I just upgraded Android Studio to 0.5.1, and I need to import the Facebook SDK into my project.
Following the Facebook guide , I should:
- Open the Project Structure dialog box with the Command + down arrow (in OS X).
- Select the modules under the left navigation.
- Press + and select "Import Module"
But when I click the + sign, it opens a window for creating a new module, instead of giving me options for creating a new one or importing a module.
What is the correct way to import a module?
android studio
Guilherme
source share