The place to discuss anything and everything about running your LiveCode on Android
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
MaxV
- Posts: 1580
- Joined: Tue May 28, 2013 2:20 pm
-
Contact:
Post
by MaxV » Fri Aug 30, 2013 9:36 am
Hello,
I'm a total beginner, I'm trying to create an app. I created the APK, but I can't install on my phone. I made the following steps:
- Created the apk file
- uploaded the app on the phone
- selected it in the file browser
- the app installer starts
- the app installer said me "app not installed"

I attach here my livecode file and apk. What is my mistake? Is file name a problem? should leave the apk file name "Untitled 11.apk"? I renamed it "testAndroid.apk".
Here are the file:
https://mega.co.nz/#!xFhgXbYQ!I2XSl0P1F ... FQjtycnVmM
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
-
Mark
- Livecode Opensource Backer

- Posts: 5150
- Joined: Thu Feb 23, 2006 9:24 pm
-
Contact:
Post
by Mark » Fri Aug 30, 2013 9:59 am
Hi,
I'll try to answer your question in my next reply, but first I want to say that this mega download website is extremely creepy! It circumvents default safety measures by asking the user to "save the file manually" and not use the browser's standard download feature. Very, very creepy! I strongly recommend against using this website! Instead, use Dropbox or put a file on your own server. If your file isn't too big, you can also attach it to your forum messages as a zipped file.
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
Mark
- Livecode Opensource Backer

- Posts: 5150
- Joined: Thu Feb 23, 2006 9:24 pm
-
Contact:
Post
by Mark » Fri Aug 30, 2013 10:46 am
Hi again,
You need to set a unique identifier, such as com.yourveryowndomainname.yourveryownappname. If you don't sign the app, you need to change your device's settings to allow for development installs. Go to the Application Settings and check "Unknown Sources".
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
MaxV
- Posts: 1580
- Joined: Tue May 28, 2013 2:20 pm
-
Contact:
Post
by MaxV » Fri Aug 30, 2013 10:55 am
Mark wrote:Hi again,
You need to set a unique identifier, such as com.yourveryowndomainname.yourveryownappname.
Done.
Mark wrote:
If you don't sign the app, you need to change your device's settings to allow for development installs. Go to the Application Settings and check "Unknown Sources".
Already done.
My LG phone still doesn't install it...

Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
-
Mark
- Livecode Opensource Backer

- Posts: 5150
- Joined: Thu Feb 23, 2006 9:24 pm
-
Contact:
Post
by Mark » Fri Aug 30, 2013 11:04 am
Hi,
Are you sure that the identifier is unique? Which identifier do you use? Were you able to install apps on your phone before?
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
MaxV
- Posts: 1580
- Joined: Tue May 28, 2013 2:20 pm
-
Contact:
Post
by MaxV » Fri Aug 30, 2013 2:08 pm
Mark wrote:Hi,
Are you sure that the identifier is unique? Which identifier do you use?
I use "net.myrealowndomain.testapp"
Mark wrote:
Were you able to install apps on your phone before?
From others yes, I'm an expert user on Android. Installing, removing, root, changing ROM, no problem for me. I never made app, it's my first time.

Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
-
LCNeil
- Livecode Staff Member

- Posts: 1223
- Joined: Wed Oct 03, 2012 4:07 pm
Post
by LCNeil » Fri Aug 30, 2013 2:51 pm
Hi MaxV,
Can you adjust your android standalone application settings to the following and then try to build again-
-Signing - Sign For Development only
-Install location - Allow external storage
and is your phone set to allow the installation of "unknown sources"?
Kind Regards,
Neil Roger
--
RunRev Support Team ~
http://www.runrev.com
--
-
Mark
- Livecode Opensource Backer

- Posts: 5150
- Joined: Thu Feb 23, 2006 9:24 pm
-
Contact:
Post
by Mark » Fri Aug 30, 2013 3:01 pm
Hi,
Do you really use net.myrealowndomain.testapp? Or don't you want to post your domain? If your domain contains any non-alphanumeric symbols, such as a dash, you might have problems installing your app. Neil also mentions a few relevant issues, although I understand from you that you already allowed for unknown resources.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
MaxV
- Posts: 1580
- Joined: Tue May 28, 2013 2:20 pm
-
Contact:
Post
by MaxV » Fri Aug 30, 2013 3:08 pm
runrevneil wrote:
-Signing - Sign For Development only
Thank you Mr. Roger, the problem was there, I chose "do not sign". I resolved with "Sign For Development only".
Since user can't install no signed app, what is the sense of "do not sign" option?
Best regards
MaxV
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w