0

I want to know how we can change app package name in android studio 1.5..i change in gradule file but it did not work..

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
    applicationId "com.app.location"
    minSdkVersion 14
    targetSdkVersion 23
    versionCode 1
    versionName "1.0"
}
Ahad Murtaza
  • 71
  • 1
  • 9
  • Possible duplicate of [Android Studio Rename Package](http://stackoverflow.com/questions/16804093/android-studio-rename-package) – Atiq Apr 30 '16 at 08:53

1 Answers1

0

There is a question like this here: Android Studio Rename Package

Please check that answer.

Community
  • 1
  • 1
Tien
  • 2,105
  • 17
  • 14