T.K
T.K

Reputation: 464

Can't install APK on device

I'm trying to install my app on my phone but I got this error :

07/28 14:10:53: Launching 'app' on HUAWEI COL-L29.
Installation did not succeed.
The application could not be installed.

List of apks:
[0] '/android/app/build/outputs/apk/debug/app-debug.apk'
Installation failed due to: '-26'
Retry

The only way I find to fix it is to uninstall manually my app. Is there another way to manage this ?

Upvotes: 0

Views: 393

Answers (1)

T.K
T.K

Reputation: 464

Ok so from your answers the only way to do it is to uninstall the apk on the device.

You can do it manually by longpressing the icon on your phone.

Or with adb adb uninstall <your_package>

Upvotes: 1

Related Questions