In Eclipse, I just uncheck “Create activity” and I get widget-ready project.
In IntelliJ, I tried unchecking “Create Hello World project”, but then I cannot compile the app (there isn’t Run As Android App option).
At the moment I create a regular Android project and then delete the stuff I do not need. Any faster/automated way?
Thanks
Once you have created your project, click the down arrow next to the run button on the toolbar and select “Edit Configurations”.
In the top left of this window press the plus button and select “Android Application”. Finally, name your configuration at the top of the window and change the radio button selection from “Launch Default Activity” to “Do Not Launch Activity”.