You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I get through setting up a project and try to run in on my Geny emu the default app crashes on startup with the following output. It looks like there is some Java dependency needed?
--------- beginning of main
--------- beginning of system
E/com/your_company/myapp( 1783): Exception raised: NameError: uninitialized constant `Com'
E/com/your_company/myapp( 1783): Uncaught exception when initializing `request.rb.x86.o' scope -- aborting
--------- beginning of crash
E/AndroidRuntime( 1783): FATAL EXCEPTION: main
E/AndroidRuntime( 1783): Process: com.your_company.myapp, PID: 1783
E/AndroidRuntime( 1783): java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/app/com.your_company.myapp-1/lib/x86/libpayload.so"
The text was updated successfully, but these errors were encountered:
Once I get through setting up a project and try to run in on my Geny emu the default app crashes on startup with the following output. It looks like there is some Java dependency needed?
The text was updated successfully, but these errors were encountered: