dreamfactorysoftware / android-sdk

An address book app for Android showing user registration, user login, and CRUD.
46 stars 61 forks source link

Sorry newbie question #7

Closed jackandjill closed 9 years ago

jackandjill commented 9 years ago

Tried importing the project in to eclipse. But I think it is not importing the .java files from the src folder. Please assist on how to. It would be a great help for everyone if you could just upload the Android Studio version as it is the official IDE for Android moving forward. Tks

at-dev commented 9 years ago

Try these steps Add SDK source code as external source. Go to Project Properties > Java Build Path > Source tab > add external SDK folder, this should resolve errors. Hope this will help. Let me know if any other issues.

jackandjill commented 9 years ago

I think may be a picture of what I am facing the issue might help, cause I think you might be referring to the src folder in the SampleApp folder. image

Btw, tks for responding so fast.

jackandjill commented 9 years ago

Oh nvm, got it resolved. Now will try to export and import to Android Studio. Tks

at-dev commented 9 years ago

Great.. Post if any issues or questions on using sdk.