Android Question "App not installed" error after switching to Private Key

Homerclese

Member
Licensed User
Longtime User
I can build a Debug and a Release version of my app and deploy it using B4A Bridge. However if I switch to using a Private Key, I get an "App not installed" error message deploying to the device. My guess is that perhaps B4A Bridge can't deploy apps signed with a Private Key but I couldn't find this by searching and I wanted to check.
 

DonManfred

Expert
Licensed User
Longtime User
if you installed it first with the debug-key:
deinstall the app from device and try again installing the app
 
Upvote 0
Top