How to Change Android Package Name Id Android Studio

Changing package name of an android app is explained here, it is not hard, however, you may face error in the google-services.json file, but it is an easy fix and is explained in this site

How to Change Android App Package Name?

To change Package name of an android app, go to the Project window, right click on the app, then select Open Module Settings,

Change version android


A new window will appear, select the Flavours tab in the window. this is where we will change the app package name

Change version code android

  1. Select Application Id in the list, and replace it with a new package name. for example. “com.myapp.new”
  2. Click Ok and wait until the gradle running finish.

If you meet the error Error:Execution failed for task ':app:processAllcategoriesDebugfreeGoogleServices'. No matching client found for package name 'com.my.app.package.name.debug' Visit this link Fix no matching client found error android




Related Posts

Add Admob ads in recyclerview in android

How to add admob native ads to recyclerview in android java Adding admob native ads into android recyclerview isn’t easy like other admob ads. You will need…

Download WebView Flutter Source Code for Android and iOS

Easily create android and iOS WebView app for your websites, the much-awaited flutter WebView source code is here. Are you looking for a flutter WebView source code…

Fix uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:_flutter_android]

This error can be fixed by modifying build.gradle file in the flutter In android studio: go to android>app>build.gradle and modify it as follows:

Get Your Own Android Mobile App for Your Website Today

Are you looking to expand your online presence and reach more customers? In today’s digital age, having a mobile app is an essential tool to connect with…

Don’t Panic: What to Do If Your Phone Won’t Turn On

Don’t Panic: What to Do If Your Phone Won’t Turn On If your phone won’t switch on, it might be the greatest nightmare. Because a phone is…

Why making an app for your website can help your business to grow

In today’s digital age, it’s more important than ever to have a strong online presence. Whether you’re running a business, a blog, or a personal website, having…

Leave a Reply

Your email address will not be published. Required fields are marked *