-
Notifications
You must be signed in to change notification settings - Fork 71
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
Generated apk does not contain jniLibs #147
Comments
You might need tasks.configureEach { task -> |
@peacefulprogram I faced similar issues after updating the Android gradle plugin to 8.4.1 After days of fun, the solution seemed to be placing the cargo gradle plugin before others. Don't ask why- it is Android in the "app" module gradle
and in the "project" gradle
|
@paulirotta Thank you so much, it worked perfectly. You really saved me a lot of time. |
Cargo.toml : https://github.com/Neerajsh8851/androidrust/blob/main/rust/Cargo.toml
app/build.gradle.kts : https://github.com/Neerajsh8851/androidrust/blob/main/app/build.gradle.kts
The text was updated successfully, but these errors were encountered: