• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient succesfully compiled for Android but...

KoukiShichirou

New Member
Joined
May 26, 2016
Messages
5
Reaction score
1
Hello ;)
I compiled OTClient for Android succesfully following the tutorial using Windows 10, but I got an 16kB .apk file without an data.
How to get an .apk with data, like Szybol7 did? Or where I should place everything on my android device?
 
Pretty much there is also missing library:
Code:
--------- beginning of crash
E/AndroidRuntime( 5041): FATAL EXCEPTION: main
E/AndroidRuntime( 5041): Process: com.otclient.mobile, PID: 5041
E/AndroidRuntime( 5041): java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.otclient.mobile-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libotclient.so"
E/AndroidRuntime( 5041):        at java.lang.Runtime.loadLibrary(Runtime.java:366)
E/AndroidRuntime( 5041):        at java.lang.System.loadLibrary(System.java:988)
E/AndroidRuntime( 5041):        at com.otclient.mobile.MainActivity.<clinit>(MainActivity.java:22)
E/AndroidRuntime( 5041):        at java.lang.reflect.Constructor.newInstance(Native Method)
E/AndroidRuntime( 5041):        at java.lang.Class.newInstance(Class.java:1606)
E/AndroidRuntime( 5041):        at android.app.Instrumentation.newActivity(Instrumentation.java:1066)
E/AndroidRuntime( 5041):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2259)
E/AndroidRuntime( 5041):        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2420)
E/AndroidRuntime( 5041):        at android.app.ActivityThread.access$900(ActivityThread.java:154)
E/AndroidRuntime( 5041):        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
E/AndroidRuntime( 5041):        at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 5041):        at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 5041):        at android.app.ActivityThread.main(ActivityThread.java:5294)
E/AndroidRuntime( 5041):        at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 5041):        at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 5041):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
I try to do static compiling now.
 
Back
Top