We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I get the following exception when I try to call the signin method:
[ERROR] : TiApplication: (main) [16,68] Sending event: exception on thread: main msg:java.lang.NoClassDefFoundError: Failed resolution of: Lcom/sitata/googleplus/TitaniumGooglePlusModule;; Titanium 5.2.2,2016/03/28 14:12,b685ddb [ERROR] : TiApplication: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/sitata/googleplus/TitaniumGooglePlusModule; [ERROR] : TiApplication: at com.tilab.test.TilabApplication.onCreate(TilabApplication.java:117) [ERROR] : TiApplication: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012) [ERROR] : TiApplication: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4553) [ERROR] : TiApplication: at android.app.ActivityThread.access$1500(ActivityThread.java:151) [ERROR] : TiApplication: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1364) [ERROR] : TiApplication: at android.os.Handler.dispatchMessage(Handler.java:102) [ERROR] : TiApplication: at android.os.Looper.loop(Looper.java:135) [ERROR] : TiApplication: at java.lang.reflect.Method.invoke(Native Method) [ERROR] : TiApplication: at java.lang.reflect.Method.invoke(Method.java:372) [ERROR] : TiApplication: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903) [ERROR] : TiApplication: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698) [ERROR] : TiApplication: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.sitata.googleplus.TitaniumGooglePlusModule" on path: DexPathList[[zip file "/data/app/com.tilab.test-1/base.apk"],nativeLibraryDirectories=[/data/app/com.tilab.test-1/lib/x86, /vendor/lib, /system/lib]] [ERROR] : TiApplication: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56) [ERROR] : TiApplication: at java.lang.ClassLoader.loadClass(ClassLoader.java:511) [ERROR] : TiApplication: at java.lang.ClassLoader.loadClass(ClassLoader.java:469) [ERROR] : TiApplication: ... 12 more [ERROR] : TiApplication: Suppressed: java.lang.NoClassDefFoundError: com.sitata.googleplus.TitaniumGooglePlusModule [ERROR] : TiApplication: at dalvik.system.DexFile.defineClassNative(Native Method) [ERROR] : TiApplication: at dalvik.system.DexFile.defineClass(DexFile.java:226) [ERROR] : TiApplication: at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:219) [ERROR] : TiApplication: at dalvik.system.DexPathList.findClass(DexPathList.java:321) [ERROR] : TiApplication: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:54) [ERROR] : TiApplication: ... 14 more [ERROR] : TiApplication: Suppressed: java.lang.ClassNotFoundException: com.sitata.googleplus.TitaniumGooglePlusModule [ERROR] : TiApplication: at java.lang.Class.classForName(Native Method) [ERROR] : TiApplication: at java.lang.BootClassLoader.findClass(ClassLoader.java:781) [ERROR] : TiApplication: at java.lang.BootClassLoader.loadClass(ClassLoader.java:841) [ERROR] : TiApplication: at java.lang.ClassLoader.loadClass(ClassLoader.java:504) [ERROR] : TiApplication: ... 13 more [ERROR] : TiApplication: Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
Environment: Ti SDK 5.5.1.GA / 5.2.2.GA Genymotion emulator Google Nexus 4 - 5.1.0 - API 22 - 768x1280
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello I get the following exception when I try to call the signin method:
Environment:
Ti SDK 5.5.1.GA / 5.2.2.GA
Genymotion emulator Google Nexus 4 - 5.1.0 - API 22 - 768x1280
The text was updated successfully, but these errors were encountered: