Problems with Android Studio

Asked

Viewed 163 times

0

Today I migrated to Android Studio, I was using until today Eclipse + ADT to develop for Android. So I gave the run in the application and gave this error:

the module cannot be android library

I don’t understand what it is.

  • Read this: http://stackoverflow.com/questions/19959703/android-studio-cant-run-library-project

  • Sorry, I forgot to write the whole comment: Is there an imported library? If available, read this: http://stackoverflow.com/questions/19959703/android-studio-cant-run-library-project

1 answer

2

It seems that you have created a Library type project and not a common Android project.

And in case the project is of the type Library may be missing something.

Try creating a new project and check the steps until full creation. It may be that some checkbox is or was marked by mistake.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.