The studio sees the external device, even it was able to download the application there itself, but the debugger gives this error:

Could not identify changes in the process of deployment.

  • If you are given an exhaustive answer, mark it as correct (a daw opposite the selected answer). - Nicolas Chabanovsky

1 answer 1

You have not specified Intent Filter

  <intent-filter> <category android:name="android.intent.category.LAUNCHER"/> <action android:name="android.intent.action.MAIN"/> </intent-filter> 

Something like this, in the manifest to activate