Closed ngoquang2708 closed 10 months ago
Thanks for the report!
I will look into this, but still am not sure how it can be solved on the Rinf side. Do you mind sharing your whole gradle file?
Here is my sample project which failed to build because of missing com.cunarist.rinf
namespace.
After manually add namespace 'com.cunarist.rinf'
to rinf build.gradle, I can build successful.
FYI: https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes: AGP 8.0.0 Add breaking changes that require namespace to be specified in module-level build script.
I see, thanks for the details :)
Would adding that one line solve this problem? If it does, I will apply the change and publish the new version right away.
Report
Error when build with APG 8.0.0. Error log:
I can build successfully if I add
namespace "com.cunarist.rinf"
to:rinf
modulebuild.gradle
manually.Steps to Reproduce
Build with an Android project APG version set to 8.0.0
System Information