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
Full stack trace:
06-02 09:24:57.736 10774 10796 E Unity : UnityEngine.AndroidJavaException: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/activity/result/ActivityResultLauncher; 06-02 09:24:57.736 10774 10796 E Unity : at UnityEngine.AndroidJNISafe.CheckException () [0x00000] in <00000000000000000000000000000000>:0 06-02 09:24:57.736 10774 10796 E Unity : at UnityEngine.AndroidJNISafe.CallStaticObjectMethod (System.IntPtr clazz, System.IntPtr methodID, UnityEngine.jvalue[] args) [0x00000] in <00000000000000000000000000000000>:0 06-02 09:24:57.736 10774 10796 E Unity : at UnityEngine.AndroidReflection.GetMethodMember (System.IntPtr jclass, System.String methodName, System.String signature, System.Boolean isStatic) [0x00000] in <00000000000000000000000000000000>:0 06-02 09:24:57.736 10774 10796 E Unity : at UnityEngine._AndroidJNIHelper.GetMethodID (System.IntPtr jclass, System.String methodName, System.String signature, System.Boolean isStatic) [0x00000] in <00000000000000000000000000000000>:0 06-02 09:24:57.736 10774 10796 E Unity : at UnityEngine.AndroidJavaObject._Call (System.String methodName, System.Object[] args) [0x00000] in <00000000000000000000000000000000>:0 06-02 09:24:57.736 10774 10796 E Unity : at Google.Play.AssetDelivery.Internal.AssetDeliveryUpdateHandler 06-02 09:24:57.799 10774 10796 I chatty : uid=10221(com.DivergentRealities.CardsTankards) UnityMain identical 5 lines
Any ideas how I can fix this? It happens at startup when I'm trying to load from Addressables using PAD.
The text was updated successfully, but these errors were encountered:
same crash
Sorry, something went wrong.
Try the suggestion in the comment linked below. Adding an androidx.activity dependency to a Dependencies.xml: #236 (comment)
And also ensure targeting a recent enough Android (13 I believe).
No branches or pull requests
Full stack trace:
Any ideas how I can fix this? It happens at startup when I'm trying to load from Addressables using PAD.
The text was updated successfully, but these errors were encountered: