If you see the below error message when trying to configure a new Android Project in Android Studio IDE, then you need to make sure that the Package Name is chosen correctly.
The package must have at least one '.' separator
Make sure that the package name has at least one dot in it. example com.code2care, but if you know how package names are chosen then it should have 2 dots and 3 words in it,
Syntax: domainextension.domain.appname
Examples:
- com.code2care.myappname
- org.code2care.gamename
- com.facebook.katana: This is Facebook App for Android Package name
- com.android.chrome: This is for Android Chrome Browser
So the 1st part of the package name is the domain e.g. com, org, net e.t.c, the 2nd part is your company name, 3rd part is the app name.
Note: As this will be your java package - it should only contain lower case text per convention.
More Posts related to Android-Studio,
- Your Android SDK is missing, out of date or corrupted SDK Problem
- Use Netbeans keyboard shortcuts in Android Studio
- Android Studio NoClassDefFoundError: java.awt.Toolkit
- Create assets folder in Android Studio
- Cannot start Android Studio. No JDK found
- Android Studio emulator/Device logCat logs not displayed
- Android Studio : Implement abstract methods shortcut
- Android Studio 4.2 Canary 1 now available
- Error running 'app': No target device found.
- How to Search Something (string) in Android Studio Project like Eclipse
- Android Studio : Connection Error : Failed to download patch file
- How to enable line numbers in IntelliJ Android Studio for all files
- Building library Gradle Project Info: Downloading services.gradle.org
- AVD Pixel_2_API_15 is already running. [Android Studio]
- How to update Android Studio
- [Android Studio] failed to find Build Tools revision 23.0.0 rc1
- Android Studio SDK Build-tools 23 rc2 not getting installed
- The package must have at least one . separator [Android Studio]
- Android activity main xml stuck loading
- Delete Android Studio Projects
- Failed to install Android.apk on device 'emulator-5554': timeout
- Android Studio java.net.NoRouteToHostException
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- Android Emulator window was out of view and was recentered
- How to remove Floating Action Button Android Studio Blank Activity Template
More Posts:
- Calculate Volume of Pyramid - C-Program
- Launch Notepad++ html document in any web browser - NotepadPlusPlus
- Sublime Text spell check shortcut - Sublime
- Download interrupted: Unknown Host dl-ssl.google.com Error Android SDK Manager - Android
- Android Launch! The connection to adb is down, and a severe error has occured - Android
- How to resolve Certificate Expired WhatsApp Error - WhatsApp
- Transfer files between Android and Mac OS X using usb cable - Mac-OS-X
- Make Bootstrap Button look like a link - Bootstrap
- Horizontally Center Align tag in HTML using CSS - CSS
- Android R Cannot Be Resolved To A Variable - Android
- Convert SQL to CSV in Notepad++ - NotepadPlusPlus
- Hide Scrollbar from Android Views - Android
- Error running 'app': No target device found. - Android-Studio
- PHP 301 Redirect Permanently - PHP
- How to enable Do Not Disturb mode for Notification Center in Mac OS X 10.10 Yosemite - Mac-OS-X