We have a game that we have been developing for Android for a long time. We removed all 3rd party plugins because we received a build error.
Our game works without any problems when we get the APK build. However, when we get the App Bundle (Google Play, AAB) build, it gives the following error at the beginning and the application does not open at all.
Here are a few things we tried:
- We tried separately by including and excluding the GooglePlayPlugins plugin in the application,
- We tried by installing and removing the Firebase SDK,
- We tried by installing and removing the Facebook SDK,
- We tried multiple EDM4U versions,
- Google Play Tasks jar. downloaded manually and placed into Plugins/Android folder.
But unfortunately, we could not reach any result.
We thought that we should get help from more professional people for a more detailed debugging or to reach a solution.
We are waiting for your help.
Error code: (FULL CODE HERE: JustPaste.it - Share Text & Images the Easy Way)
Caused by: java.lang.ClassNotFoundException: Didn’t find class “com.google.android.gms.tasks.Task” on path: DexPathList[[zip file “/data/app/com.bearbite.hon-1/base.apk”],nativeLibraryDirectories=[/data/app/com.bearbite.hon-1/lib/arm, /data/app/com.bearbite.hon-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
2024-08-24 20:29:15.754 6015-6037 CRASH pid-6015 E pid: 6015, tid: 6037, name: UnityMain >>> com.bearbite.hon <<<
2024-08-24 20:29:15.755 6015-6037 CRASH pid-6015 E #00 pc 003b51e5 /data/app/com.bearbite.hon-1/lib/arm/libunity.so (BuildId: abe2b9936c50d5c1)
2024-08-24 20:29:15.756 6015-6037 CRASH pid-6015 E #01 pc 003b321d /data/app/com.bearbite.hon-1/lib/arm/libunity.so (BuildId: abe2b9936c50d5c1)
2024-08-24 20:29:15.756 6015-6037 CRASH pid-6015 E #02 pc 003b5569 /data/app/com.bearbite.hon-1/lib/arm/libunity.so (BuildId: abe2b9936c50d5c1)
2024-08-24 20:29:15.756 6015-6037 CRASH pid-6015 E #03 pc 003bdfb1 /data/app/com.bearbite.hon-1/lib/arm/libunity.so (BuildId: abe2b9936c50d5c1)
2024-08-24 20:29:15.756 6015-6037 CRASH pid-6015 E #04 pc 003bf785 /data/app/com.bearbite.hon-1/lib/arm/libunity.so (BuildId: abe2b9936c50d5c1)
2024-08-24 20:29:15.756 6015-6037 CRASH pid-6015 E #05 pc 003d16ab /data/app/com.bearbite.hon-1/lib/arm/libunity.so (BuildId: abe2b9936c50d5c1)
2024-08-24 20:29:15.893 6015-6037 CRASH pid-6015 E Tombstone written to: /storage/emulated/0/Android/data/com.bearbite.hon/files/tombstone_00
2024-08-24 20:29:15.942 2178-2215 InputDispatcher pid-2178 W channel ‘1dc8440 com.bearbite.hon/com.unity3d.player.UnityPlayerActivity (server)’ ~ Consumer closed input channel or an error occurred. events=0x9
2024-08-24 20:29:15.942 2178-2215 InputDispatcher pid-2178 E channel ‘1dc8440 com.bearbite.hon/com.unity3d.player.UnityPlayerActivity (server)’ ~ Channel is unrecoverably broken and will be disposed!
