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
您好,首先很感谢您开源自己的项目,我可能比较笨,搞了好久还是Bmob初始化异常。您能帮助我一下吗?
03-02 12:50:36.452 5903-5903/chen.testchat E/dalvikvm: Could not find class 'cn.bmob.v3.b.of', referenced from method cn.bmob.v3.Bmob.getTableSchema
03-02 12:50:36.452 5903-5903/chen.testchat E/dalvikvm: Could not find class 'cn.bmob.v3.BmobConfig$Builder', referenced from method cn.bmob.v3.Bmob.initialize
03-02 12:50:36.472 5903-5903/chen.testchat E/AndroidRuntime: FATAL EXCEPTION: main
Process: chen.testchat, PID: 5903
java.lang.NoClassDefFoundError: cn.bmob.v3.BmobConfig$Builder
at cn.bmob.v3.Bmob.initialize(SourceFile:34)
at chen.testchat.CustomApplication.onCreate(CustomApplication.java:70)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4422)
at android.app.ActivityThread.access$1500(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1259)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5095)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
您好,首先很感谢您开源自己的项目,我可能比较笨,搞了好久还是Bmob初始化异常。您能帮助我一下吗?
03-02 12:50:36.452 5903-5903/chen.testchat E/dalvikvm: Could not find class 'cn.bmob.v3.b.of', referenced from method cn.bmob.v3.Bmob.getTableSchema
03-02 12:50:36.452 5903-5903/chen.testchat E/dalvikvm: Could not find class 'cn.bmob.v3.BmobConfig$Builder', referenced from method cn.bmob.v3.Bmob.initialize
03-02 12:50:36.472 5903-5903/chen.testchat E/AndroidRuntime: FATAL EXCEPTION: main
Process: chen.testchat, PID: 5903
java.lang.NoClassDefFoundError: cn.bmob.v3.BmobConfig$Builder
at cn.bmob.v3.Bmob.initialize(SourceFile:34)
at chen.testchat.CustomApplication.onCreate(CustomApplication.java:70)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4422)
at android.app.ActivityThread.access$1500(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1259)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5095)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered: