Closed rick2909 closed 2 years ago
I've never seen that error before unfortunately, but your built library comes out as app-release.aar
? It should come out as app-debug.aar
so that could be a clue. I just use the little green hammer in Android Studio. The out is at:
build/outputs/aar/app-debug.aar
yes that is build is made, what do I need to do with it. now I'm renaming it to geckoview-armeabi-v7a-80.0.20200818235255
in the folder ./UnityProject/Assets/Plugin/Android/
just leave the name as it is and replace the app-debug.aar
in UnityOculusAndroidVRBrowser/UnityProject/Assets/Plugin/Android/
with your newly built .aar
The geckoview-armeabi-v7a-80.0.20200818235255
is the name of the underlying geckoview library from Mozilla that we use to create the Unity plugin. Unity uses app-debug.aar
closing due to inactivity - feel free to reopen
When building via the rebuild option i get
so to build the
.aar
file i usegradlew assemble
after building it and renaming the 'app-release.aar' to the old name (is the necessary?) I get the following error;