-
Notifications
You must be signed in to change notification settings - Fork 623
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
1.2.3 windows上无法将jni和assets打入fataar #37
Comments
./gradlew clean一下试试 |
清理重启这些肯定都做了 ,反复切换这俩版本一直这样 |
Hi, First, I'm sorry if I misunderstood something, I do not speak chinese so I used google translate to search in already created issues. I'm just starting to use your plugin with version 1.2.3 and noticed jni libraries from aar dependencies were not included. I'm also using windows, and I tested with a simple use case :
The classes and resources are well included, but no JNI folder is created in the output aar. I never used another version of your plugin before. After seing this issue I tried the same code with version 1.1.11, and the JNI libraries are included. If you need me to test something, feel free to ask. Android gradle plugin / Android Studio : 3.4.2 |
@huoxinchi @llDavidll Good issue! |
嗯 我已经自己跟踪修复了和你修改差不多,不过为什么mac 可以 感觉比较奇怪,俩平台编译流程略有不同? |
如题 1.1.11是可以的 ,切换到1.2.3 就有问题
The text was updated successfully, but these errors were encountered: