Android Question X App not installed.

nypaulie

Active Member
Licensed User
Longtime User
[SOLVED - see below] Anyone ever get this error when doing compile/run? I even tried installing from the .apk file created and get the same error. I have no problems ordinarily (using the bridge).
Note: Solved by agraham in the following post.
 
Last edited:

agraham

Expert
Licensed User
Longtime User
Are you installing over an existing app? Try uninstalling the app first and see if it succeeds then. I get this rather unhelpful error if the version number of the app being installed is lower than that of the already installed app. Note that it is the package name in the build configuration that identifies the app, not the contents of #ApplicationLabel: in the project attributes.
 
Upvote 0

nypaulie

Active Member
Licensed User
Longtime User
THANK YOU! that did it - uninstalled and re-installed from .apk and it worked. You have saved me a ton of work. I'll try to do a compile/run next. thanks again.
[Added Later] - subsequent compile/runs give no error... I no longer have to uninstall before each compile/run so I'm home free!
 
Last edited:
Upvote 0
Top