-
Notifications
You must be signed in to change notification settings - Fork 532
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
build failed in android #48
Comments
How solve this? I have the same problem |
Why I close this issue ? Because I have update build.cs to solve it. At the time, my update resolved these question, but I haven't used this library for a long time😶. So sorry now i can't help you 🤭
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
unity version is 2019..3.0b1
I have export for android, then make unity-classes.jar as library.
and copy unity-classes folder from example, delete unity-classes/unity-classes.jar like tutorial video, then move UnityExport/libs/unity-classes.jar to unity-classes folder
when I run
flutter build apk
it will tell me can't find UnityExport.so, I add
to ./android/setting.gradle, and it tell me that can't found unity-class
so i add
in it, then run build command, it tell me that:
what should i do?
The text was updated successfully, but these errors were encountered: