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
Unity: 2019.4.23f1 React-native: 0.63.4
I run application in ios is ok. but on android i face this issue.
my build.gradle
settings.gradle
UnityExport/build.gradle
Any help, please.
The text was updated successfully, but these errors were encountered:
Have you tried this solution #22?
Sorry, something went wrong.
try this
include ":UnityExport" project(":UnityExport").projectDir = new File('..\\android\\UnityExport\\unityLibrary')
flatDir { dirs "${project(':UnityExport').projectDir}/libs" }
No branches or pull requests
Unity: 2019.4.23f1
React-native: 0.63.4
I run application in ios is ok.
but on android i face this issue.
my build.gradle
settings.gradle
UnityExport/build.gradle
Any help, please.
The text was updated successfully, but these errors were encountered: