My applications built with the paid version is not installed on the device. Error: Application not installed.
However applications built using the trial version is installed correctly.
Can anyone help me with this? [import]uid: 107180 topic_id: 26665 reply_id: 326665[/import]
Hey there,
That’s very unusual - are you building with the same cert+profile? [import]uid: 52491 topic_id: 26665 reply_id: 108293[/import]
Peach
The way to generate the apk is the same, not change anything in both versions.
I used Debug.keystore in both versions.
Really I do not understand what is the problem. Please if there is any guide.
thank you very much [import]uid: 107180 topic_id: 26665 reply_id: 108360[/import]
Are you building both apps with the same version of Corona? There should be no difference between building with a trial vs. subscription if you are using the same version of Corona. [import]uid: 7559 topic_id: 26665 reply_id: 108369[/import]
The trial version is 704, and the paid version is the 819.
But THE APPLICATION written with version 819, is builded and installed correctly in the 704 version.
The problem persists even with the examples, the examples built in version 704 are installed without problems, but with version 819, the error is the same, “application not installed” when I try the real dispositive.
It seems strange that the trial version works with Meade, but not the paid version.
thank you [import]uid: 107180 topic_id: 26665 reply_id: 108377[/import]
I’m confused about what you are saying because we don’t have a “trial” version of Corona. We have trial users and subscribers and we have “released” and “daily builds” of Corona. Both types of users can use and build the release version of Corona (e.g., build 591, 704). Only subscribers (Indie and Pro) can use non-released builds (Daily Builds).
Are you saying that you can build and install apps built with 704 but not with 819?
Have you tried building and installing the HelloWorld or Clock sample apps with build 819?
Are you using Windows or Mac?
What device/OS version are you trying to install the app on? [import]uid: 7559 topic_id: 26665 reply_id: 108393[/import]
I am an Indi sucriber.
I have installed 819 daily version in my home computer.
I use windows.
I have installed trial version in the university with my students.
When I build with trial version all is ok.
When I build the daily versión, the aplications is not installed in the dispositive.
Anythin aplicactions, the problem is the same.
When I receive error with the daily version, I try to probe with the trial versión and I suprised, the install is ok.
I try again with de helloworld example, but the problem persist.
Thank you
[import]uid: 107180 topic_id: 26665 reply_id: 108403[/import]
If the HelloWorld fails to install with build 819, the problem may be with the installation on your home computer. Are you using Java (JRE) version 6 or version 7 on your home computer? There were issues with JRE 7 signing the APK incorrectly, which would cause the problem you’re seeing.
My suggestion would be to remove build 819 and download and install build 704 on your home computer and see if that works. If the problem is with your version of Java, build 704 should fail the HellowWorld test too.
If HelloWorld works with build 819 but your own apps fail to load, I would suspect you are using some APIs that have changed since build 704. [import]uid: 7559 topic_id: 26665 reply_id: 108407[/import]
Thank you, the problem was resolved.
Yes, I haved conflict with java versions.
Now all is ok. [import]uid: 107180 topic_id: 26665 reply_id: 108412[/import]