1. Open Android Studio and click Terminal 2. Open the packaged APK package path in Android Studio as follows3. Drag apk to the terminal command as shown in the following figure. A new command window is automatically opened4. Finally, enter the command,apkname.apk is the name of the APK file you packed

adb install apkname.apk
Copy the code