Android plugin crash when development build is disabled
I have an AAR plugin that works fine when "development build" is selected, but crashes when it is not selected. It's crashing with a java.lang.ClassNotFoundException error. The class is present in the AAR and, again, it finds and properly uses the class when running as a dev build.
I'm using the new Gradle system since it seems that the internal system no longer works for signing apps.
I'm using Unity 2017.2.0f3. Testing on an HTC U11 with Android 7.1.1.
Your answer
Follow this Question
Related Questions
Unable to merge android manifests 1 Answer
How to override string resources of other android plugins in Unity 0 Answers
Unable to convert classes into dex format 12 Answers
CommandInvokationFailure: Gradle build failed. Unity Build 0 Answers
CommandInvokationFailure while using *.aar file in unity project 1 Answer