We're planning to upgrade our IDE from Titanium Studio(build: 3.4.1.201410281727) to Appcelerator Studio(build: 4.3.0.201509151348). But we failed to build our app successfully. We can build and install it on my android phone, but the app will crush when launching and throw exception
[ERROR] : TiApplication: (main) [37,1099] Sending event: exception on thread: main msg:java.lang.UnsatisfiedLinkError: Couldn't load jpush173 from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.shanrong.zhidadai-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.shanrong.zhidadai-2, /vendor/lib, /system/lib]]]: findLibrary returned null; Titanium 5.0.0,2015/09/15 23:07,ec79bc5 [ERROR] : TiApplication: java.lang.UnsatisfiedLinkError: Couldn't load jpush173 from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.shanrong.zhidadai-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.shanrong.zhidadai-2, /vendor/lib, /system/lib]]]: findLibrary returned null [ERROR] : TiApplication: at java.lang.Runtime.loadLibrary(Runtime.java:355)Since the libjpush173.so does exist in libs folder, so I suspect there is something wrong when Appcelerator packing the code into apk file.
Could anyone help me on this? Thanks in advance.