0

I want to use Air brake SDK in my project

, but while creating the jar file I am getting the error.

BUILD FAILED
/Users/standarduser/Downloads/airbrake-android-master/build.xml:30: /usr/local/android_sdk/platforms/android-7 does not exist.

In the build.xml, I tried updating the to but again the same error. Please help.

4

1 回答 1

2

如果您正在寻找使用Airbrake Bug Tracker,那么如果您使用的是 Android Studio,您可以轻松添加 gradle 文件

dependencies {
    compile 'io.airbrake:airbrake-java:2.2.8'
}
于 2015-04-20T09:18:12.213 回答