• 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.

Android Cannot compile to Android

D

Daxonovitch

Guest
Hello,

Running GMS2 Mobile Edition. Followed the guide (Setting Up For Android).

Created a "Pixel 2" AVD with 16 GB ram and 8 GB max heap size.

Set GMS2 Android platform to use 4GB heap (also have experimented with 2, 1, 8GB). I get the following error, and am not sure what to set or what I'm missing.

Thanks heaps.

https://media.discordapp.net/attachments/296278066223644683/456254521954271263/Clipboard01.jpg
https://cdn.discordapp.com/attachments/296278066223644683/456254794441424908/Clipboard01.jpg
 
M

MarceloP

Guest
Hello @Daxonovitch,

Could you try something? Open the CMD (Command Prompt on Windows) or Terminal and try to run the command "adb devices". Tell us what you get as return.

I'm asking you this because GM is being able to start the daemon of Adb, which identifies and informs the devices that are hooked up to the pc. It may be many problems that are causing this, but adb is a standalone thing that exists after you install the sdk. Therefore trying to list the hooked up devices may tell you why adb is not being able to start the daemon and also if it is configured correctly.

Let us know what came out of that command.
 
Top