I use Delphi 10.1 Berlin Update 2. I didn't have any problems with debugging multi-device apps on a Samsung Galaxy S7 Edge before the OS was updated from Android Marshmallow 6.0.1 to Nougat 7.0.
When I start debugging, I see this error :
The result is that I cannot debug. But the app is somehow installed on the device.
I tried to fix the error by:
- updating the Android SDK to version 25.3.1 + NDK + JDK update.
- setting `-cleaninstall` in the debugger parameters.
- resetting the mobile phone to factory settings.
Unfortunatelly, none of the above worked for me.
The particular app is not the cause of the problems, because I tried also with Delphi sample code and the result is the same.
Does anyone know how I can fix this?