Android Studio Empty project

Hi ,Im trying to compile my game to android studio. but some home nothing is compiling not one file please see the attached image .

on Eclips the game is compiling fine. but i need to use multiDex .

Did you use cocos new ... and create a new Android Studio project, then re-import your classes, etc?

Or did you import the existing Eclipse project into Android Studio?

@slackmoehrle I did’t use cocos new … ,i copied Android Studio project from another project coz my project was missing it ,it was deleted before .anyway i can fix this ?

So much has changed in how we support Android Studio, I would run cocos new to get an updated, clean Android Studio project and then re-import your classes, resources, etc.

Perfect ,Thank you .