Android Source Generator: Error: Can't Find Bundle For Base Name Messages.androidjpsbundle
I previously was using Android Studio v2.3 to Make Module and it was ok. Now I changed to Android Studio v3.0, when I trying to Make Module, it shows the error below: Error:Android
Solution 1:
I ran into the same issue and this worked for me so let me know how it goes.
- Right click on your project and open up
Module Settings
- Click facets.
- Add
Android-Gradle
and apply. - Close and reopen project and rebuild.
Solution 2:
Solution 3:
It looks like I did not open the correct project directory in Android Studio. I have a Grande project, but when opened [Project Folder] -> [Android] -> [App] as an existing project in Android Studio, it solved the problem for me!
When you open as existing project the [Project Folder] only in Android Studio and try to compile and generate the APK, it will show this error above: Error:Android Source Generator....
So, please ensure you import the correct directory of your Android Project ;-)
Post a Comment for "Android Source Generator: Error: Can't Find Bundle For Base Name Messages.androidjpsbundle"