How to add Application ID in Andoid Studio
The Code is given below to add Application ID in Android Studio
android {
defaultConfig {
applicationId "com.example.myapp"
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName "1.0"
}
...
}
please SUBSCRIBE Ankush Sheoran Programming No.1 for More...