Skip to content

Cloning Instructions

migueLoureiro edited this page Jan 13, 2015 · 5 revisions

Things needed:

Installing required Android SDK Packages

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.

If problems presist do a clean of all projects:

Project->Clean...->Clean All Projects->OK