Issue
I am trying to get my app ready for alpha testing and am struggling to rename my project packages - as it would appear that com.android is a restricted package name - however when following the instructions outlined here I get the following message: - I'm...not sure what to do here as this window differs from what is given in the instructions. Has anyone encountered this and is able to help me?
Solution
I found the trick/method for changing project package name after wasting $12 on the fiverr. This method works for me in Android Studio 4.0.
You just need to change this line only in build.gradle(app level).
applicationId "codetrix.cleaner"
Just change the text in " " quotes. Your new package will be your updated text.
Answered By - Tariq Mahmood
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.