NM…resolved…
Hi folks, I setup a new project to test against andriod, from what I can tell…it is compiling/installing successfully…but…the game never starts, and I do not see it appear (searching for mygame) on the device (asus pad 300) yields nothing either…I’m guessing…I’m doing something wrong… any pointers greatly appreciated
Here is a snippet from the output from running the app from netbeans.
Found Deleted Target File
Creating full resource package…
Found Deleted Target File
Creating MyGame-debug-unaligned.apk and signing it with a debug key…
Running zip align on final apk…
Debug Package: C:UsersInsanityDocumentsjmonkey_projectsTestAndriodmobilebinMyGame-debug.apk
Updating property file: C:UsersInsanityDocumentsjmonkey_projectsTestAndriodmobilebinbuild.prop
Updating property file: C:UsersInsanityDocumentsjmonkey_projectsTestAndriodmobilebinbuild.prop
Updating property file: C:UsersInsanityDocumentsjmonkey_projectsTestAndriodmobilebinbuild.prop
Updating property file: C:UsersInsanityDocumentsjmonkey_projectsTestAndriodmobilebinbuild.prop
MyGame.debug:
MyGame.install:
Installing C:UsersInsanityDocumentsjmonkey_projectsTestAndriodmobilebinMyGame-debug.apk onto default emulator or device…
pkg: /data/local/tmp/MyGame-debug.apk
Success
1070 KB/s (3235851 bytes in 2.953s)
MyGame.installd:
BUILD SUCCESSFUL (total time: 31 seconds)
How? :roll:
I was being dumb…being new Andriod…
I was looking for an app called MyGame, but the actual Game name is defined within the Manifest (which by default jmonkey calls MainActivity)…