I imported project that I bought and it runs fine in Android Studio and on my mobile.
Did some minor layout modifications and Build-Generate Signed APK..." All went fine there. When I try to upload APK to Google Play i get this error message
You need to use a different package name because "com.projects.myprojectname" already exists in Google Play.
Then I changed the name in AndroidManifest.xml - package:com.xpodspofs.xpospor" to be sure that the name does not exist.
After that I got 101 errors:
"error: package R does not exist"