Translate this page

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

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…

young girl in despair

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…

person using macbook pro on person s lap

Fix android.content.Intent.migrateExtraStreamToClipData(android.content.Context)’ on a null object reference

Here is how to Fix Android Studio Error Attempt to invoke virtual method ‘boolean android.content.Intent.migrateExtraStreamToClipData(android.content.Context)’ on a null object reference This error is caused by a number…

Android Spinner onItemSelected Listener Example

Spinner is an android UI element; it provides a drop-down List where you can choose an item from the list. You will need a listener to catch…

person in gray shirt holding a small paper with texts

Get Current Month Name in Java Android

The code below can be used to get the name of current month, for example, January, February, March etc. Just call this method and it will return…

Leave a Reply

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