Whenever I create a new android activity in eclipse using Mac the activity is created under an example folder. Like src.com.example. What I would like to do is create an activity under a pre-existing folder. like src.com.already_created_folder. How would I do this?
Thanks