Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.54 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.54 KB

FotorSDK-android

FotorSDK is a complete set of photo editing tools comes standard in Fotor's all-platform SDK. You can select the tools that are best for your app, or use them all.

Get more info and downloads of FotorSDK (for iOS and Android) via the FotorSDK mobile portal

Click here for official documentation for FotorSDK-android

Requisites

  • Android SDK Bundle
  • ADT v22.6.2
  • Android SDK build-tools 19.0.3
  • Build target Android API 19

Installing

  • Link FotorSDK library project with eclipse
    Import FotorSDK-android library project in your eclipse workspace <br / >

    Right click on your Android project root directory, select Properties -> Android, Click Add.. button to choose FotorSDK library project which your imported previously.

  • Manual link library
    Add the following code to your application project.properties

android.library.reference.1=../FotorSDK

NOTE: if your project.properties file was contained android.library.reference.1
you must changed to another number e.g. android.library.reference.2
../FotorSDK is the FotorSDK-android library project path

Configure

  • Configure project.properties
    Add the following code to your application project.properties
renderscript.target=19

renderscript.support.mode=true

sdk.buildtools=19.0.3