Why else can I get "app not installed" on ARM v7 phone?

It used to work just fine. Now I get “Application not installed”. Same app. Same phone (HTC Desire). ARM v7 CPU. App won’t install.

I use Corona build 2011.591 on Windows, BTW. [import]uid: 52103 topic_id: 13478 reply_id: 313478[/import]

Yes,

I noticed some of my players having a similar issue. They say they’re able to open the game in the market…even though they can’t access it via the icon.

However, people have said that when they reboot…it seems to work.

[import]uid: 12700 topic_id: 13478 reply_id: 49533[/import]

Well, I have other apks made with the very same build of Corona that will install.

The problem is, my computer crashed a few days ago and I was using another (trial) account because I couldn’t deauthorize my paid account. And apks made under that trial account wouldn’t install. So I thought that could be the problem. But now that Ansca deauthorized my accounts for me and I’m under my paid account again, apps won’t install either. I even tried signing the app instead of using debug key - didn’t work. [import]uid: 52103 topic_id: 13478 reply_id: 49546[/import]

I’m getting the same error on a Samsung Galaxy S phone. I looked and it appears that its running ARMv7 instruction set so i don’t think that’s the problem. Any solutions for this? [import]uid: 19383 topic_id: 13478 reply_id: 49562[/import]

For build 591…I turned off “Launchpad” in the build.settings file…

Did any of you do the same? Maybe that’s the issue?

[import]uid: 12700 topic_id: 13478 reply_id: 49650[/import]

I will escalate this to the engineering team at our next chance I can get.

I will also open up a bug on it.

Reiko.
[import]uid: 72850 topic_id: 13478 reply_id: 49829[/import]

I am having same issue on Motorola Droid X 2.2, even upgraded to 2.3, same thing. (2011.591) [import]uid: 91580 topic_id: 13478 reply_id: 56799[/import]

I just got notified about update in this thread and realized that I managed to fix this issue somehow, but forgot to post how at the time and now I don’t remember what I did :frowning:
Try checking Dalvik debug messages when you are attempting to run the app, while I’m trying to remember. [import]uid: 52103 topic_id: 13478 reply_id: 56823[/import]

Unfortunately, I can’t even get to that stage as it won’t install. I’ve tried this on several of the sample projects, even the simple hello world, and still no dice.

Do you remember what your work around entailed, even if you don’t remember the details?

  • Forgot to mention, I am installing by emailing the apk to myself and installing that way. Not sure if that makes a difference versus using Android SDK. [import]uid: 91580 topic_id: 13478 reply_id: 56924[/import]

Hi, I had the same problem (I’m still using trial, figuring stuff out) I have tried a lot of stuff, and today I’ve removed everything java related from my pc(jdk 7, jre and everything) and installed jdk 6u23 for x86(32bit), and it worked :slight_smile: [import]uid: 82068 topic_id: 13478 reply_id: 60687[/import]

Make sure you have jdk 6u23 of java installed.

C. [import]uid: 24 topic_id: 13478 reply_id: 60690[/import]