Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MrPlow

#1321
So is it an issue with some of the java files?
#1322
It would be great if that was all it was...heres my manifest

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.gazzapper.galaxyforce"
      android:installLocation="preferExternal"
      android:versionCode="41"
      android:versionName="1.41">
    <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19" />
   <uses-permission android:name="android.permission.INTERNET" />
   <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
   <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
   <uses-permission android:name="android.permission.WAKE_LOCK" />
   <!-- <uses-permission android:name="android.permission.BLUETOOTH" /> -->
   <supports-screens android:resizeable="false"
                 android:smallScreens="true"
                 android:normalScreens="true"
                 android:largeScreens="true"
                 android:anyDensity="true" />
    <application android:label="Galaxy Storm" android:icon="@drawable/icon" android:debuggable="false">
      <meta-data android:name="com.google.android.gms.version"
              android:value="4323000"/>
        <activity   android:name="org.libsdl.app.SDLActivity"
               android:label="Galaxy Storm"
               android:screenOrientation="sensorLandscape"
               android:configChanges="orientation|keyboardHidden|screenLayout|uiMode|screenSize"
               >
            <intent-filter>
                <action android:name="Galaxy Storm" />
                <category android:name="android.intent.category.LAUNCHER" />
            <category android:name="tv.ouya.intent.category.GAME" />               
            </intent-filter>
        </activity>
       <activity
            android:name="com.google.android.gms.ads.AdActivity"
         android:theme="@android:style/Theme.DeviceDefault"
         android:screenOrientation="sensorLandscape"               
            android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
      
    </application>
</manifest>
#1323
When you say only build with api-18 - does that limit the devices I can run on?

I am now compiling correctly and not using the glb_android_build.bat but it fails to run on android devices or bluestacks...

Should the manifest  targetSDK say 19 or 18?

Here is the apk that wont run,,,

https://www.dropbox.com/s/7dj42fen56nudgr/Gs-az-140.apk?dl=0


Rgds
Gary
#1324
Great stuff - thanks!

If only I can get my compiling to work now... :(

Build errrors saying missing build.xml file?! on my main laptop.

(I did a trial compile on another Laptop, but the app wont install on my nexus?! but all seemed to go fine)
#1325
Okay I deleted the distribute folder and started again...

compiled and got AndroidSDK variable error...

then added the glb_android_build.bat

Now getting...

BUILD STAGE 2: Start compiler (android.bat)
"c:\glbasic_v123\Compiler\platform\android\android-sdk-windows"
The filename, directory name, or volume label syntax is incorrect.
The system cannot find the path specified.
#1326
Hi Guys

Any ideas what might be causing this?

BUILD FAILED
c:\GLBasic_v123\Compiler\platform\android\android-sdk-windows\tools\ant\build.xml:892: The following error occurred while executing this line:
c:\GLBasic_v123\Compiler\platform\android\android-sdk-windows\tools\ant\build.xml:894: The following error occurred while executing this line:
c:\GLBasic_v123\Compiler\platform\android\android-sdk-windows\tools\ant\build.xml:906: The following error occurred while executing this line:
c:\GLBasic_v123\Compiler\platform\android\android-sdk-windows\tools\ant\build.xml:284: null returned: 2
#1327
Tried that but got message keypair not valid or something.
#1328
Hi

Is there way to use keypair key (android) from one PC on another PC?
#1329
AE Sample app is the androidmanifest.xml correct - there are two <activity sections and one is not closed with </activity>??
#1330
Hi Guys

Just wondering what is required for Intersitial ads?

The info is very limited for implementing...(or I haven't found it :-)  )

Do I need to setup an api id for this?
Am I only allowed to publish my own house ads?



[ Okay : Just found it in help file - I think I am good but still looking to find out if only house ads are allowed ]
#1331
Very nice! I tried it on my Nexus - very polished!

A small suggestion, I think it might a good idea to have a way to start the game immediately from the instructions.
:good:
#1332
Will do! Thanks again!
#1333
Sorry, will stick to forum...

Here's the newer install with odd error

running glb_build.bat
Specified ANDROID_TARGET="android-19". Please verify your AndroidManifext.xml, too.
files\glbasic_v122\Compiler\Platform\android\android-sdk""=="Q:" was unexpected at this time.
Android=C:\Users\gary\Documents\GL_PROJECTS\GLBasic\Transversion_ZX_2\distribute\Android
success
#1334
Looks like I got my older version back working...now I will try to solve the newer one...
Thanks for getting back to me! If I can resolve I will look at the newer version...although I feel a bit safer copying the AE files manually...
:-)

#1335
I will try re-install AE on 12.312...
just dont know why my older installation is not working now...