When I attempt to upload my apk then everytime I get the following error: "Upload error UPLOAD NEW APK TO PRODUCTION Upload failed You need to use a different package name because "com.google" is restricted."
When I rename or refactor based on the multiple different steps suggested on this site to change "com.google.samples.apps.myapp" it breaks the program in a manner which then prevents it from a successful "build"
I have read and reread: "com.example restricted" Google Play error; even when changing the package name AND also Android Studio Rename Package
I suspect that the refactor does not correct the links I need to the R file? Any help would be appreciated.