Android Question How to Connect B4A to Nox App player for Debugging

mcqueccu

Well-Known Member
Licensed User
Longtime User
I chance upon this app player which to me is lighter and faster than bluestacks I have been using.
Best of all, it has option for rooting, and I can resize to phone screen sizes. But my major problem is connecting it to B4A for debugging.

Android-settings-1024x607.png


I read from their website about https://www.bignox.com/blog/how-to-connect-android-studio-with-nox-app-player-for-android-development-and-debug/

cmd.png

about how to connect it to android studio, I used same method connecting the adb and restarting adb server through b4a but i couldnt get it to work.

Any help?
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
I got it fixed. Its working now. First i was getting the following errors

adb Server out of date; and
adb server version (31) doesn't match this client (36); killing...

When i check stackoverflow... It was suggested the ADB from the android sdk maybe different from the internal nox ADB.

FIX:
1. Made a backup of my AndroidSDK ADB(Version 36)
2. I then Copied the nox_adb.exe(version 31) from the nox installed directory and rename it to just adb.exe
3. Copied the renamed nox_adb.exe (Now adb.exe) to my actual AndroidSDK platform-tools folder.
4. Restarted Nox and ADB server....

Now B4A Can run smoothly

Thanks
 
Last edited:
Upvote 0
Top