How to connect Android Studio with Nox App Player for Android development and debug
У вашего броузера проблема в совместимости с HTML5
How to connect Android Studio with Nox App Player for Android development and debug
1. Download and install the latest version of Nox App Player from our official website: https://www.bignox.com/
2. Start Android studio and create a new activity
3. Start Nox App Player, go to Nox system settings - turn root mode on - save changes and restart Nox
4. Go to Android settings in Nox - About Tablet - Keep clicking Build number until it shows that you are now a developer - go back to Android settings and you will find the developer options now.
5. Go to developer options - tick USB debugging
6. Close Nox App Player
7. Go to Android SDK Platform Tools folder (Android/sdk/platform-tools)
8. Copy these file and rename adb.exe to nox_adb.exe
9. Go to Nox/bin folder and paste these files copied on step 2 - Overwrite all
10. Start Android Studio and Nox App
10. Now in cmd go to the bin folder under the installation path of Nox App Player, input this command: nox_adb.exe connect 127.0.0.1:62001. You will see a successfully connected notice in cmd.
nox_adb.exe connect 127.0.0.1:62001.