Elena22 / cryptonite

Automatically exported from code.google.com/p/cryptonite
0 stars 0 forks source link

Fails to run on Android 2.2 (Froyo) #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the app on a 2.2 device
2. Try to start it
3. Will fail saying that it encountered an unexpected problem

What is the expected output? What do you see instead?
Should start on 2.2.

What version of the product are you using? On what operating system?
Cryptonite 0.1.0 on Android 2.2

Please provide any additional information below.
Stack trace:
java.lang.ExceptionInInitializerError
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1429)
at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2577)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
at android.app.ActivityThread.access$2300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.UnsatisfiedLinkError: Library cryptonite not found
at java.lang.Runtime.loadLibrary(Runtime.java:461)
at java.lang.System.loadLibrary(System.java:557)
at csh.cryptonite.Cryptonite.<clinit>(Cryptonite.java:1880)

Original issue reported on code.google.com by christoph.schmidthieber@gmail.com on 18 Feb 2012 at 10:18

GoogleCodeExporter commented 8 years ago
Fixed in
http://code.google.com/p/cryptonite/source/detail?r=e07ec4811644
and in version 0.1.1.

Original comment by christoph.schmidthieber@gmail.com on 18 Feb 2012 at 4:52