Hello,
Had to add a computer with an AMD processor to my collection. But of course, the new GUI AVD Manager did not work creating the right emulator because something waited for XAHM...
Genymotion did not work on my computer, Android Studio did not create fast emulators too.
Just tried the Visual Studio Android Emulator and works great with B4A : https://www.visualstudio.com/vs/msft-android-emulator/
The limitation is no support for Google Play Services and Google's jewels but for main debugging it is good. And the Android's version is limited to API23 for now.
There is a manipulation to point to adb.exe which is necessary to be able to connect to the logs and upload directly the APK from B4A :
1/ create the key in regedit HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Android SDK Tools
2/ create the Entry "Path" in that key as a String
3/ put the path to your Android SDK location as the value of that key
Had to add a computer with an AMD processor to my collection. But of course, the new GUI AVD Manager did not work creating the right emulator because something waited for XAHM...
Genymotion did not work on my computer, Android Studio did not create fast emulators too.
Just tried the Visual Studio Android Emulator and works great with B4A : https://www.visualstudio.com/vs/msft-android-emulator/
The limitation is no support for Google Play Services and Google's jewels but for main debugging it is good. And the Android's version is limited to API23 for now.
There is a manipulation to point to adb.exe which is necessary to be able to connect to the logs and upload directly the APK from B4A :
1/ create the key in regedit HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Android SDK Tools
2/ create the Entry "Path" in that key as a String
3/ put the path to your Android SDK location as the value of that key