Skip to content

Getting Started

sjoshi-mist edited this page Dec 14, 2018 · 4 revisions

Requirements

  • Android Studio: 3.0+ - This document assumes that reader has basic knowledge of Android development.
  • Minimum Android SDK: API 21
  • Target Android SDK: API 271
  • Latest Mist SDK: 2.0

1 If your app is targeting API level 28 (Android 9.0) or above, you must include the following declaration within the element of AndroidManifest.xml.<uses-library android:name="org.apache.http.legacy" android:required="false" />

Clone this wiki locally