SDKはこちらからダウンロードしてください。

SDK

AppPotSDK-2.3.2.jar

AppPot SDKは以下のライブラリを使用します。

  • com.google.android.gms:play-services-gcm
  • com.loopj.android:android-async-http
  • cz.msebera.android:httpclient
  • com.google.code.gson:gson

以下のbuild.gradleファイルの記述例のように、ビルド時に利用できるように設定して下さい。

dependencies {
  compile fileTree(dir: 'libs', include: ['*.jar'])
  testCompile 'junit:junit:4.12'
  compile 'com.android.support:appcompat-v7:23.4.0'
  compile 'com.android.support:design:23.4.0'
  compile 'com.google.android.gms:play-services-gcm:9.0.1:'
  compile 'com.loopj.android:android-async-http:1.4.9'
  compile 'cz.msebera.android:httpclient:4.4.1.2'
  compile 'com.google.code.gson:gson:2.2.4'
  compile files('libs/AppPotSDK-2.3.2.jar')
}