Android version 5.0 or higher.
compile "org.altbeacon:android-beacon-library:2.9.1"
compile "com.google.guava:guava:18.0"
-
Go to Android Studio | New Project | Minimum SDK
-
Select "API 21: Android 5.0" or higher and create your new project.
-
After you create a new project, go to File > New > New Module
-
Select "Import .JAR or >AAR Package"
-
Enter the path to .AAR file downloaded from this repo.
-
Under File > Project Structure, add pdk module as a dependency for your Project
-
Add the following as a dependency in build.gradle file
compile "org.altbeacon:android-beacon-library:2.9.1"
compile "com.google.guava:guava:18.0"
-
Go to Android Studio | New Project | Minimum SDK
-
Select "API 21: Android 5.0" or higher and create your new project.
-
After you create a new project, go to File > New > New Module
-
Select "Import Existing Project as Module"
-
Enter the path to source code downloaded from this repo.
-
If the pdk module is not added as a dependency automatically, add it manually under File > Project Structure.
Sample project available online at https://github.com/FSSCC/ReDrive_Android/tree/master/app