I backed up the directory of my project which was developed in android-studio-2.2.2
and try to import it by selecting Open an existing Android Studio Project
from welcome page of Android Studio after installing android-studio-3.1.2
. But building failed by this error message:
Error:Android Source Generator: Error: Can't find bundle for base name messages.AndroidJpsBundle, locale en_US
java.util.MissingResourceException: Can't find bundle for base name messages.AndroidJpsBundle, locale en_US
How I can solve this problem?
Note: Previously I saw these questions, bot no one is solved yet, so I posted a new question for further possible approaches: