I am releasing my android app project on play store. So After reading some blogs I decided to put that app for testing to some limited users and then publish the app. But when I uploaded the package of my app in play store then an error in red line comes like:
Your base manifest is missing android:icon. nullLearn more about android:iconnull.
You need to use a different package name because "com.example" is restricted.
Why this error is popping, I already done setting my icon. And also what is the meaning of this line "com.example" is restricted.
.