Install SDK
This article contains YotaPhone Add-On SDK installation guide for Windows, Linux and Mac operating systems and is intended for third-party developers of YotaPhone applications.
The YotaPhone Add-on SDK includes Java docs, code examples and SDK library. There is also documentation available, explaining how to use all of the included APIs.
Please note! Since the YotaPhone2 SDK is in beta, a part of documentation (on this website and/or Javadoc) and code samples may not be available.
Getting Started
Make sure you have all the necessary tools for creating Android applications installed – Android SDK and IDE (Android Studio or Eclipse with ADT Plugin). Follow the links below to get more information:
- Android SDK (http://developer.android.com/sdk/installing/index.html)
- Android Studio (http://developer.android.com/sdk/index.html)
- Eclipse with ADT (http://developer.android.com/tools/help/adt.html)
- Android Emulator (http://developer.android.com/tools/devices/emulator.html)
YotaPhone SDK Installation Guide
- Run SDK Manager and ensure that you have SDK Platform for Android 5.0.1 (API 21) installed. If you have previous version of YotaPhone Add-On, please delete it (from Android SDK Manager and "Add-on Sites").
- The Android SDK Manager will open. In the Android SDK Manager menu, navigate to Tools > Manage Add-on Sites.
- Click the tab for User Defined Sites.
- Click New.
- Enter the following URL in the Add Add-on Site URL dialog, then click OK: ftp://emu.ydevices.com/public/YotaPhone-SDK.xml
- Click Close and confirm that you are sorting the SDKs listed by API level.
- Expand the field that displays the SDKs available under Android 5.0.1 (API 21), and select the checkbox for the YotaPhone2 Add-On L Preview, then click Install 1 package… The YotaPhone2 Add-on SDK will now install.
Congratulations! You are ready to develop application for YotaPhone2!
