No matching ABIS?

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7230
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: No matching ABIS?

Post by jacque » Thu Dec 27, 2018 12:09 am

Also note that you can test in the Android emulator by creating a VM with ARM support.The emulator you made for Nexus 5 may not have been created for ARM, so check that. If it isn't ARM then create a new emulator and specify ARM.

For your real S8 device, a common cause for refusal to install is that you have not assigned a signing key. In the Android pane of Standalone Settings, look for the "Signing" popdown and choose "Sign for development only". That will allow Android to launch your app. Later you can create your own signing key if you plan to distribute the app.

Another reason for failure to install is if you have an existing copy on the device and you try to install a new copy with the same build number. You can either change the "Version Code" in standalone settings, or delete the current app on the phone before installing the updated one.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply

Return to “Android Deployment”