App crashing in android

Hi,
when i was compiled my code in device,app is installing on device but
when i got first screen it's getting crash report.error is,
java.lang.UnsatisfiedLinkError: Couldn't load stlport_shared from loader
dalvik.system.PathClassLoader
[DexPathList[[zip file "/system/framework/com.google.android.maps.jar",
zip file "/data/app/org.commcare.dalvik-1.apk"],
nativeLibraryDirectories=[/data/app-lib/org.commcare.dalvik-1,
/vendor/lib, /system/lib]]]: findLibrary returned null
please find my error and let me know what is the problem.asap.

Regards,
Hemant Adapa

Hermanth,

Can you try adding the "armeabi" folder from your "lib" folder into your
"libs" folder and rebuilding?

-Clayton

··· On Thu, Oct 31, 2013 at 4:46 AM, hemanth adapa wrote:

Hi,
when i was compiled my code in device,app is installing on device but
when i got first screen it's getting crash report.error is,
java.lang.UnsatisfiedLinkError: Couldn't load stlport_shared from loader
dalvik.system.PathClassLoader
[DexPathList[[zip file "/system/framework/com.google.android.maps.jar",
zip file "/data/app/org.commcare.dalvik-1.apk"],
nativeLibraryDirectories=[/data/app-lib/org.commcare.dalvik-1,
/vendor/lib, /system/lib]]]: findLibrary returned null
please find my error and let me know what is the problem.asap.

Regards,
Hemant Adapa

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

i did same thing. it's working thank you for giving answer...

··· On Thursday, 31 October 2013 14:16:33 UTC+5:30, hemanth adapa wrote: > > Hi, > when i was compiled my code in device,app is installing on device but > when i got first screen it's getting crash report.error is, > java.lang.UnsatisfiedLinkError: Couldn't load stlport_shared from loader > dalvik.system.PathClassLoader > [DexPathList[[zip file "/system/framework/com.google.android.maps.jar", > zip file "/data/app/org.commcare.dalvik-1.apk"], > nativeLibraryDirectories=[/data/app-lib/org.commcare.dalvik-1, > /vendor/lib, /system/lib]]]: findLibrary returned null > please find my error and let me know what is the problem.asap. > > Regards, > Hemant Adapa >