[Resolved] android build trouble

hey i can install and play games made with corona on the android marketplace but when i build one and download it to my phone it says “application not installed” is there something more i need to do to test on my device? this is the error message i get when i build the app for android, WARNING: Native text fields are not currently supported in the simulator. Please
build for device.
“[copy] Warning: Could not find file C:\Documents and Settings\mjsrock\My Do
cuments\Corona Projects\text\Icon.png to copy.
[copy] Warning: Could not find file C:\Documents and Settings\mjsrock\My Do
cuments\Corona Projects\text\Icon-hdpi.png to copy.
[copy] Warning: Could not find file C:\Documents and Settings\mjsrock\My Do
cuments\Corona Projects\text\Icon-ldpi.png to copy.
[copy] Warning: Could not find file C:\Documents and Settings\mjsrock\My Do
cuments\Corona Projects\text\Icon-mdpi.png to copy.”
thanks :slight_smile:
[import]uid: 155674 topic_id: 27358 reply_id: 327358[/import]

What kind of phone are you using?

Those warnings shouldn’t stop it from installing, it just means you need to add icons (it would install with a blank icon IIRC). The text field thing means text fields don’t show in the simulator because you’re on a PC and wont affect the device build.

Peach :slight_smile: [import]uid: 52491 topic_id: 27358 reply_id: 111112[/import]

Thanks peach I am using an android lg optimus v but I thought that if I was able to install apps made with corona sdk from the marketplace then it wasn’t my phone [import]uid: 155674 topic_id: 27358 reply_id: 111167[/import]

@wren, from a google search that phone is a armv6 device, corona requires armv7 devices or later.

I presume the apps you installed and ran fine that were made with corona on the marketplace were probably built with a really old version of corona which had armv6 support [import]uid: 84637 topic_id: 27358 reply_id: 111180[/import]

Thanks danny if I were develope an app in the older built would I be able to built it in the new version? How different are the api [import]uid: 155674 topic_id: 27358 reply_id: 111183[/import]

Personally I wouldn’t. The user base with armv6 devices is decent enough but I read somewhere that studies have shown that the userbase with armv6 devices are unlikely to pay for apps.

The changes between the version (5xx) to 828 are huge and I personally don’t think it would be worth the hassle + the countless features and fixes that you would be missing out on.

We also cannot provide support for such a old version of the Corona SDK, so the disadvantages far outweigh the positives.

[import]uid: 84637 topic_id: 27358 reply_id: 111196[/import]

Ok thanks for the quick response [import]uid: 155674 topic_id: 27358 reply_id: 111198[/import]