Problems with Android Studio [closed]

0

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.

    
asked by anonymous 21.04.2014 / 06:23

1 answer

2

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.

    
21.04.2014 / 15:50