• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps having trouble in importing already existing android application

hi friends,

I am new to android applications. I am looking to develop a new android application. I want to import already existed application. But i am unable to open it. I opened in this way. New-> project->android-> create project from existing source... I gave the project name and also given the path of the existing project but i am getting an error that " An SDK target must be specified " please any one help me regarding this.

thanks,
pradeep kovvuru
 
You probaly forgot to tell your IDE where your android SDK is located..

I will asume that you're using Eclipse and if you are you have to go to:
Window -> Perferences -> Android

And there you will be able to set the path to your Android SDK and then press Apply and try to create your project again.
 
Back
Top Bottom