Only one application made with Livecode at a time ?

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
sbouju
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 16
Joined: Sun Aug 05, 2012 10:02 am

Only one application made with Livecode at a time ?

Post by sbouju » Thu Aug 30, 2012 1:56 pm

When I install a new test application fresh made with LiveCode (via a xxx.apk file) on my Android phone, it always installs in place of the previous one.

Is it a normal behaviour ?

I precise that I have the non commercial version of the environment, thinking it may be the reason...

JacobS
Posts: 58
Joined: Mon Aug 20, 2012 8:41 pm

Re: Only one application made with Livecode at a time ?

Post by JacobS » Thu Aug 30, 2012 3:22 pm

Remember that each app must have a unique identifier in order to be recognized as distinct apps to the Android OS. You can change the Identifier in "File"-->"Standalone Application Settings" and then look under the "Android" tab.
If all of your apps have the same ID, then the Android Device will think that all of your apps are the same app.

Jacob

sbouju
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 16
Joined: Sun Aug 05, 2012 10:02 am

Re: Only one application made with Livecode at a time ?

Post by sbouju » Thu Aug 30, 2012 4:11 pm

Oooops... Thank you !

I had let the original "com.yourcompany.yourapp" in this setting... :oops:

Post Reply