My first compiled APP Analysis error

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
gepponline
Posts: 91
Joined: Tue Sep 03, 2013 1:53 pm

My first compiled APP Analysis error

Post by gepponline » Thu Mar 26, 2015 2:31 pm

I!
I've just finished and tested my app on my mobile phone (a Nexus 4 with Android 5.0)
All seems to work, but when I save it as standalone applicatione, somwthing go wrong.

I get the .APK file, copy it to my device and then trying install it. But it says me "Analysis error"

Attached my Standalone APP settings...

I've tried even with "Search for required inclusion when saving the standalone application" ON but nothing change.

Any suggestion?

Thank you!
Attachments
buildAPP.png

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

Re: My first compiled APP Analysis error

Post by jacque » Thu Mar 26, 2015 4:43 pm

Try changing the signing popup to sign for development only.
Before you release the app you will need to create a signing key of your own.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

gepponline
Posts: 91
Joined: Tue Sep 03, 2013 1:53 pm

Re: My first compiled APP Analysis error

Post by gepponline » Fri Mar 27, 2015 11:02 am

It works! Thank you!
What is a signin key and how to create it?

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

Re: My first compiled APP Analysis error

Post by jacque » Fri Mar 27, 2015 3:26 pm

All mobile apps must be code signed. This is an encrypted key that verifies you as the developer and helps prove that your app is legitimate. Both Apple and Google use this for security reasons.

The LiveCode lessons have a lesson on how to create an Android signed key. After you create yours you should back it up and keep it secret. Anyone who obtains your key can release software that appears to be from you. You will almost always use the same signing key for all your software.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

gepponline
Posts: 91
Joined: Tue Sep 03, 2013 1:53 pm

Re: My first compiled APP Analysis error

Post by gepponline » Fri Mar 27, 2015 3:30 pm

ok! Maybe later...at the moment I'm developing apps for my private use so I do not need this thing. Thank you!

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”