Today I migrated to Android Studio, I was using Eclipse + ADT to develop for Android today.
So I gave run
in the application and gave this error:
the module can not be android library
I do not understand what it is.
Today I migrated to Android Studio, I was using Eclipse + ADT to develop for Android today.
So I gave run
in the application and gave this error:
the module can not be android library
I do not understand what it is.
It looks like you've created a Library project, not an ordinary Android project.
And, in case the project is a Library type, something may be missing.
Try to create a new project and check the steps until the total creation. It may be that some check box is or has been checked by mistake.