Android Studio Resourcebundle Missingresourceexception
I'm trying to migrate from eclipse to Android studio. After some work I got my app to build but I get a missingresourcefileexception. I have my achievements.properties file in the
Solution 1:
Try creating a resources folder within your src/main folder and place the properties file there. This resources folder can be created via the context menu (New > Folder > Java Resources Folder). It worked for me. I found this hint at Android Studio - Include ResourceBundles in Module
Post a Comment for "Android Studio Resourcebundle Missingresourceexception"