I was working on my android project. After completing some coding, I imported remaining classes by pressing ctrl+shift+o. Than I cleaned my project. After cleaning the project I lost my BuildConfig.java file.
How can i get it back?
I think that R.java is now renamed as BuildConfig.java.(For all developers)
Am i right?
Thank you in advance.
I was working on my android project. After completing some coding, I imported remaining
Share
Make sure you haven’t imported an foreign
Rfile. Occasionally,CTRL+SHIFT+Owill importandroid.Rwhich will mess up your project. Delete the import statement, clean and build your project again.