I am trying to add a new activity to my APP. Im trying to do this on the following way: Res -> Layout -> Right click on layout -> New -> Activity -> Blank activity
When I do this I keep getting the error message:
Package Name is not a valid Package name
How can I make a new activity?
Under package name, put the full name of your app package. You can find this information under the AndroidManifest
then the package
tag.
Example package name:
com.danielkaparunakis.stackoverflowquestions