Import Xposed bridge library in Android Studio

Make a directory like /app/deps ,and put the XposedBridgeApi.jar in it.
20140824-135802-b95b.png

Edit /app/build.gradle like this

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    provided fileTree(dir: 'deps', include: ['*.jar'])
}

20140824-135844-dcf0.png

Click "Sync Project with Gradle Files" in Android Stuido.
You are done!

标签:Android, Xposed

已有 2 条评论

  1. Pay attention to you

    Error: You should type some Chinese word (like "你好") in your comment to pass the spam-check, thanks for your patience!
    您的评论中必须包含汉字!

    1. Thanks for your report! Fixed.

添加新评论