 
  Data Structure Data Structure
 Networking Networking
 RDBMS RDBMS
 Operating System Operating System
 Java Java
 MS Excel MS Excel
 iOS iOS
 HTML HTML
 CSS CSS
 Android Android
 Python Python
 C Programming C Programming
 C++ C++
 C# C#
 MongoDB MongoDB
 MySQL MySQL
 Javascript Javascript
 PHP PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to change package name in android?
Here are the simple steps to change the package name in android .
Click on your pack name(in source tree). -> Right Click --> Refractor -> Rename as shown below -

Click on rename, it will show pop up as shown below -

Click on Rename package, it will show new pop up as shown below -

Now change the name as per requirement and click on refractor as shown below -

Now it will check all files and asks for refractor as shown below -

In the below of Android studio, there is "do Refractor button". click on it. Now open your build.gradle as shown below -

Still, it will show old package name, rename to new package name as shown below -

now clean your package and rebuild that's it.
Advertisements
 