Hi all I am using Samsung S5830 Galaxy Ace with Android 2.3.5 version.
I write a simple application for displaying some text on screen
–start
_W = display.contentWidth;
_H = display.contentHeight;
print ("Screen Width= " … _W);
print ("Screen Height= " … _H);
display.setStatusBar( display.HiddenStatusBar );
local myText = display.newText("Screen Width = " … _W, 0, 0, native.systemFont, 30)
myText:setTextColor(255, 255, 255)
local myText1 = display.newText("Screen Height = " … _H, 0, 100, native.systemFont, 30)
myText:setTextColor(255, 255, 255)
–end
And also i am using trial version of CORONA SDK
so my application crashed on start
Please help me
Sorry for my bad English [import]uid: 94225 topic_id: 17539 reply_id: 317539[/import]
I’ve tried on my Samsung Galaxy Player running 2.2, and it doesn’t crash.
[import]uid: 70847 topic_id: 17539 reply_id: 66645[/import]
So How do you thing why it is crashed??? [import]uid: 94225 topic_id: 17539 reply_id: 66648[/import]
Does it run in the simulator? [import]uid: 70847 topic_id: 17539 reply_id: 66656[/import]
YES All my test apps runs perfectly on simulator [import]uid: 94225 topic_id: 17539 reply_id: 66659[/import]
Dear ingemar thanks for help but I think it’s better to communicate with skype (if you have account), I need help with this, my skype is
karen-margaryan
Thanks again [import]uid: 94225 topic_id: 17539 reply_id: 66660[/import]
I just had a look at the technical specs of the Galaxy Ace S5830. It has an ARM11 processor which is of the ARMv6 architecture. Unfortunately Corona apps can’t run on your device.
Corona requires devices with an ARMv7 architecture. [import]uid: 70847 topic_id: 17539 reply_id: 66663[/import]
** same problem in my SAMSUNG GALAXY ACE
see http://developer.anscamobile.com/content/building-devices-android
These devices have ARMv6 processors and are not compatible with Firefox for Android:
Android SDK emulator
Asus Garmin nuvifone A50 (T-Mobile Garminfone)
Augen GENTouch 78 Tablet
Coby Kyros Internet Tablet (MID7015)
Geeksphone One, Geeksphone Zero
HTC Aria
HTC ChaCha
HTC Dream (T-Mobile G1, Android Dev Phone 1)
HTC Droid Eris
HTC Espresso (T-Mobile myTouch 3G Slide)
HTC Hero (T-Mobile G2 Touch)
HTC Legend
HTC Magic (T-Mobile myTouch 3G, T-Mobile G1 Touch)
HTC Salsa
HTC Tattoo
HTC Wildfire
Huawei Ascend
Huawei Ideos U8150-B (T-Mobile Comet)
Huawei U8110 (T-Mobile Pulse Mini)
Huawei U8230
LG Ally (Apex) (LG VS740)
LG GW620 (Eve, InTouch Max, LinkMe)
LG Optimus, Optimus M, Optimus T, Optimus S, Optimus V
LG Vortex
MAG iMiTO iM7
MAG iMiTO iM7S
Motorola Backflip
Motorola Citrus
Motorola Cliq (MB200)
Motorola Dext
Motorola Devour
Motorola i1
Motorola Spice XT300
Motorola Quench XT5 XT502
Pandigital Novel
Samsung Behold, Behold 2
Samsung GT-S5570 Galaxy Mini
Samsung i5500 Galaxy 5 (Corby)
Samsung i5700 Galaxy Portal (Spica)
Samsung i5800 Galaxy 3
Samsung i7500 Galaxy
Samsung Intercept
Samsung M900 Moment
Samsung S5830 Galaxy Ace
Samsung Transform
Sanyo ZIO M6000
Sony Ericsson Xperia X8
Sony Ericsson Xperia X10 Mini
Sony Ericsson Xperia X10 Mini Pro
Superpad 10.2" Tablet PC
Viewsonic ViewPad 7 Tablet
Velocity Micro T103 Cruz tablet
Vodafone 845
ZTE Blade / San Francisco
ZTE Light / V9
**** Corona sdk is not support ARMv6 devices by any android 2.1~ 2.2~ 2.3.4~
[import]uid: 70265 topic_id: 17539 reply_id: 66664[/import]
So what we need to do. ???
[import]uid: 94225 topic_id: 17539 reply_id: 66665[/import]
The harsh reality is that you need to get another device (with an ARMv7 processor) if you want to test your Corona apps on an actual device. [import]uid: 70847 topic_id: 17539 reply_id: 66668[/import]
Where can I download Corona build 319 for testing on Samsung Galaxy Ace???
I need Windows Package [import]uid: 94225 topic_id: 17539 reply_id: 66690[/import]
Sorry, but older builds for ARMv6 are no longer available. You will need to upgrade to an ARMv7 device to do your testing. [import]uid: 7559 topic_id: 17539 reply_id: 66698[/import]
So I need to buy new device for testing, but those people who are using ARMv6 devices couldn’t any more use my apps
Am i right???
[import]uid: 94225 topic_id: 17539 reply_id: 66703[/import]
Dear Tom take a look at this list see
http://developer.anscamobile.com/content/building-devices-android
is it mean that people who are use this phones can’t use my apps (if I build them with CORONA SDK build 2011.591) ??? [import]uid: 94225 topic_id: 17539 reply_id: 66708[/import]
Yes, your builds will only run on devices with the ARMv7 processor. If you put your app into the Android Market, only users who have a compatible device will be able to see and download your app. This applies to build 591 and our daily builds. [import]uid: 7559 topic_id: 17539 reply_id: 66735[/import]
Well, if you get older builds like 2011.458, 2011.377 which support Arm6 devices, and Android 2.2 and below. The Androd Emulators from 1.5 to 2.2 are based in Arm6, so the apps made with builds before 2011.591 will work on them as well in Arm6 devices, I just tested my app which I made with 2011.591 first, didnt run in AVD 2.2 and below, so I build the app again with 2011.377 and did run with AVD 1.6, 2.1 and 2.2. Now I am trying to test out with the AVD 4.0, buil with 2011.377 android v2.2 to see if runs too on a newer arm v7a device based emulator, my expectation is that it suppose to work even if was made in build 2011.377 and also I will test the one I made with build 2011.591 with AVD 4.0.
Just Google for a build older than 2011.591, like build 2011.377 that was the first Corona SDK build for Windows and the last build to support Arm6 and android v2.2 and below. So no build 2011.319 for Windows but is availble for Mac.
If you need any of the build below the 2011.591, let me know
fr33
[import]uid: 107679 topic_id: 17539 reply_id: 71356[/import]
If you have the 2011.458 build and you can share with the rest of the world… i say you a VERY LARGE THAAAAAANK YOOOOOOOOOOOOOOOOOOOOOUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU!!!
[import]uid: 153233 topic_id: 17539 reply_id: 110515[/import]
Well, sure thing, I only have build 2011.377 and build 2011.591, I never found that build for windows, not sure if was ever made, but the build 2011.377 worked with armV6 devices, well it worked in the emulator, I am sure it would work with your device.
I think if one has Pro can download older Builds, but I am not sure…
http://www.2shared.com/file/oHp71Na9/CoronaSDK_2011377.html
Hope this helps [import]uid: 107679 topic_id: 17539 reply_id: 110531[/import]
Thank you so much [import]uid: 153233 topic_id: 17539 reply_id: 110603[/import]