According to new IDE for android I decided to import projects from my old eclipse.
Unfortunatelly I cannot run them because of information Error: Activity Class not sp
Please check if your src folders are added into the build path. I imported my workspace from Eclipse by export to Gradle, and by default only gen folders were marked as source files. Because of that, IDE cannot compile your source files and cannot launch any activities.
Hope that will help.