3

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:

hasanghaforian
  • 13,858
  • 11
  • 76
  • 167

1 Answers1

0

Finally after awhile, I did not find any solution and was forced to create a new empty project and move files to that manually.

hasanghaforian
  • 13,858
  • 11
  • 76
  • 167