Before you begin
Ensure that your Android Studio
and the Android SDK are set up properly. For more information about
how to set up your system, see
Android
Studio Overview. Your project must conform to the Android Studio/Gradle
setup and compile without errors before you upgrade to
IBM MobileFirst™ Platform Foundation.
About this task
If your Android Studio project was set up to add a previous
version of
MobileFirst SDK,
remove the
compile group from the
build.gradle dependencies
enclosure. For example, if you are upgrading from 7.1, remove this
group:
compile group: 'com.ibm.mobile.foundation',
name:'ibmmobilefirstplatformfoundation',
version:'7.1.0.0',
ext: 'aar',
transitive: true
You can now add the
V8.0.0 SDK
and configuration, by using local or remote SDK files. See
Setting up Android Studio projects with Gradle.