Timber icon indicating copy to clipboard operation
Timber copied to clipboard

How change package name

Open andrect1 opened this issue 7 years ago • 6 comments

How change package name and app name?

andrect1 avatar Feb 25 '18 13:02 andrect1

truly how change package name?

Masoudmjm avatar Feb 15 '19 18:02 Masoudmjm

Yes it makes some errors after changing the package name

Lovemakery avatar Mar 23 '19 10:03 Lovemakery

You can google it and find it yourself.

Here are the links for your reference

  1. How To Change Package Name In Android Studio [Step By Step]
  2. Rename package in Android Studio

Happy tweaking...

anburocky3 avatar Mar 23 '19 13:03 anburocky3

after I have changed the package name it says Process 'command 'E:\Sdk\build-tools\27.0.3\aapt.exe'' finished with non-zero exit value 1 And ITimberService becomes an error

Lovemakery avatar Mar 23 '19 22:03 Lovemakery

this worked for me : First create a new package by right clicking on the Java folder → New → Package. Then, select and drag all your classes to the new package. Android Studio will refactor the package name everywhere and delete the old package. You have to manually change AndroidManifest.xml and build.gradle file to the new package if you use this method. remember that change reciever and services name in manifest.

Masoudmjm avatar Mar 24 '19 15:03 Masoudmjm

I have Changed App Name in strings.xml but app name not changing Always Timber Dev How to change it

Siva112 avatar Mar 05 '20 15:03 Siva112