I know how to import android source code into eclipse , but is there any way to import android source code into android studio.because i want to change my ide from eclipse to an
I know this was already answered, but I wanted to add onto this for anyone else that sees this.
For Android studio:
Open terminal (*nix system) call the following:
{AOSP root}/make idegen && development/tools/idegen/idegen.sh
This will generate an android.ipr
file in the {AOSP root}
directory.
android.ipr
file.Now you have the entire Android framework loaded into Android Studio.