-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
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
dji.v5.manager.SDKManager.<init>(): [0x0] Constructor returning without calling superclass constructor #1311
Comments
Please tell me how to deal with this error. |
Agent comment from yating.liao in Zendesk ticket #109951: °°° |
I got the same error as the config, please help me check it
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
java.lang.VerifyError: Verifier rejected class dji.v5.manager.SDKManager: void dji.v5.manager.SDKManager.() failed to verify: void dji.v5.manager.SDKManager.(): [0x0] Constructor returning without calling superclass constructor
void dji.v5.manager.SDKManager.(dji.v5.manager.SDKManager$1) failed to verify: void dji.v5.manager.SDKManager.(dji.v5.manager.SDKManager$1): [0x0] Constructor returning without calling superclass constructor (declaration of 'dji.v5.manager.SDKManager' appears in /data/app/~~830Ai5T7Rim-jmM5UMla3g==/com.BeondReality.anima-ynkXfSQJUAlLprfI1CSwig==/base.apk!classes2.dex)
at com.BeondReality.anima.MyApplication.onCreate(MyApplication.java:25)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1335)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7603)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2428)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:257)
at android.os.Looper.loop(Looper.java:368)
at android.app.ActivityThread.main(ActivityThread.java:8848)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
The text was updated successfully, but these errors were encountered: