Page 1 of 1

Only one application made with Livecode at a time ?

Posted: Thu Aug 30, 2012 1:56 pm
by sbouju
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...

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

Posted: Thu Aug 30, 2012 3:22 pm
by JacobS
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

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

Posted: Thu Aug 30, 2012 4:11 pm
by sbouju
Oooops... Thank you !

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