• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - IDE Cannot run on android device

bluetrack

Member
Hi,

(Using MAC IDE v.2.1.1.241 Runtime v.2.1.1.158)
I am setting up GMS2 on mac and trying to export to android. I can create an executable but when I connect my phone via usb and push "play" I get the following error. I followed teh guide on how to setup everything like SDK, NDK, jre etc. Any ideas?


0-21 08:47:08.673 20733 20733 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-21 08:47:08.678 20733 20733 D AndroidRuntime: CheckJNI is OFF
10-21 08:47:08.813 20733 20733 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
10-21 08:47:08.873 20733 20733 I AndroidRuntime: VM exiting with result code 0.
10-21 08:47:11.293 20792 20792 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-21 08:47:11.297 20792 20792 D AndroidRuntime: CheckJNI is OFF
10-21 08:47:11.391 20792 20792 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
10-21 08:47:24.556 20792 20792 I AndroidRuntime: VM exiting with result code 1.
10-21 08:47:25.338 20936 20936 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-21 08:47:25.344 20936 20936 D AndroidRuntime: CheckJNI is OFF
10-21 08:47:25.474 20936 20936 D AndroidRuntime: Calling main entry com.android.commands.am.Am
10-21 08:47:25.477 20936 20936 D AndroidRuntime: Shutting down VM
 
P

Pere

Guest
Hey, I'm having almost the same error. I tried with other phones and it works just fine though. It's just with my phone that this happens. Did you solve it?

with samsung phones it works, but with my Xiaomi redmi 4X I get this error and the console shows this:

01-04 16:22:50.730 5696 5696 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
01-04 16:22:50.752 5696 5696 D AndroidRuntime: CheckJNI is OFF
01-04 16:22:50.996 5696 5696 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
01-04 16:22:51.661 5696 5696 I AndroidRuntime: VM exiting with result code 1.
01-04 16:22:52.397 5713 5713 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
01-04 16:22:52.402 5713 5713 D AndroidRuntime: CheckJNI is OFF
01-04 16:22:52.553 5713 5713 D AndroidRuntime: Calling main entry com.android.commands.am.Am
01-04 16:22:52.594 5713 5713 D AndroidRuntime: Shutting down VM
 
Top