Hello world sample doesn't work on LG Optimus One (P500)

Hello!

I created the hello world app with the following code:
[lua]local text = display.newText(“Hello World”, 50, 40, native.systemFont, 36)
text:setTextColor(255, 255, 255)[/lua]

It works fine in emulator.
I built it for Android, upload to the device and tried to run. It doesn’t work at all. The popup dialog raised with message in Russian (my locale language) something like “unexpected stopping of the application … repeat…”

Could you clairify if I am allowed to run application on the device with trial version?
If I am, could you help me to find the solution of the problem.

PS:

I downloaded the logcat output.

[code]
[10-18 22:33:33.019 1566:0x28c0 I/ActivityManager]
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.wordpress.valker/com.ansca.corona.CoronaActivity } from pid 1671

[10-18 22:33:33.119 1566:0x87e I/ActivityManager]
Start proc com.wordpress.valker for activity com.wordpress.valker/com.ansca.corona.CoronaActivity: pid=5280 uid=10010 gids={3003}

[10-18 22:33:33.239 5280:0x14a0 I/ActivityThread]
android.app.ActivityThread 3312 Pub com.wordpress.valker.files: com.ansca.corona.FileContentProvider

[10-18 22:33:33.299 5280:0x14a0 W/dalvikvm]
Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/ansca/corona/JavaToNativeShim;
[10-18 22:33:33.299 5280:0x14a0 W/dalvikvm]
threadid=1: thread exiting with uncaught exception (group=0x40018560)
[10-18 22:33:33.299 5280:0x14a0 E/AndroidRuntime]
FATAL EXCEPTION: main
java.lang.ExceptionInInitializerError
at com.ansca.corona.CoronaActivity.onCreate(CoronaActivity.java:159)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3729)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:874)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:632)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.UnsatisfiedLinkError: Couldn’t load lua: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:429)
at java.lang.System.loadLibrary(System.java:554)
at com.ansca.corona.JavaToNativeShim.(JavaToNativeShim.java:85)
… 14 more
[10-18 22:33:33.309 1566:0x2896 W/ActivityManager]
Force finishing activity com.wordpress.valker/com.ansca.corona.CoronaActivity

[10-18 22:33:33.649 1647:0x66f D/StatusBarPolicy]
[BRIGHTHY] 0. mDataNetType: 2

[10-18 22:33:33.649 1647:0x66f D/StatusBarPolicy]
[BRIGHTHY] curNetwork=25001 curHPLMN=25001

[10-18 22:33:33.819 1566:0x630 W/ActivityManager]
Activity pause timeout for HistoryRecord{407c9290 com.wordpress.valker/com.ansca.corona.CoronaActivity}

[10-18 22:33:34.999 1566:0x2807 W/InputManagerService]
Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@40a128b8

[10-18 22:33:35.009 1566:0x28c0 I/ActivityManager]
Process com.wordpress.valker (pid 5280) has died.
[/code]

Thanks in advance. [import]uid: 186445 topic_id: 32090 reply_id: 332090[/import]

LG Optimus One’s processor is ARMv6. Corona apps do not run on ARMv6 processors. [import]uid: 160496 topic_id: 32090 reply_id: 127847[/import]

LG Optimus One’s processor is ARMv6. Corona apps do not run on ARMv6 processors. [import]uid: 160496 topic_id: 32090 reply_id: 127847[/import]