-
Notifications
You must be signed in to change notification settings - Fork 4
Cloning Instructions
migueLoureiro edited this page Jan 13, 2015
·
5 revisions
Things needed:
- JDK (tested with openjdk)
- Eclipse (tested with Luna) OR Android Studio
- Instructions to import using Android Studio
- Instructions to import using Eclipse
- Android SDK
- Eclipse Android Plugin
- Android SDK Packages for the target Android SDK Version.
Open the Android SDK Manager:
Install the Android API, at the time of writing: Android 5.0(API 21).
Check Android API Level in
AndroidManifest.xml,
loook for:
<uses-sdk android:minSdkVersion="X" />
You need to have X API level or above
Make sure to select the whole folder of the API Level Required.
Project->Clean...->Clean All Projects->OK