How To Connect Rad Studio 10 Seattle With Nox App Player
According to this official blog post (How to connect Android Studio with Nox App Player for Android development and debug) it is possible to connect Android Studio with Nox App Pla
Solution 1:
As per one of the comments, you need to follow the instructions, here:
http://en.bignox.com/blog/?p=344
You also need to change the Adb location in the SDK properties of the Android SDK options in Delphi. It'll be something like this:
C:\Users\[username]\AppData\Roaming\Nox\bin\nox_adb.exe
where [username] is the logged in username on your system. Then refresh the Target node under the Android target in the project manager in Delphi, and NoxW should appear.
It seems debugging isn't possible with Delphi and nox_adb, but this makes deployment easier
Solution 2:
- Execute without debugging
- Do not run Rad Studio emulator, No if asked
- Drag and drop your apk projet file from the bin folder to Nox player
Post a Comment for "How To Connect Rad Studio 10 Seattle With Nox App Player"