i got that error 16,0 in pdf viewer when i try to open it in android studio https://github.com/barteksc/AndroidPdfViewer
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
allprojects {
repositories {
jcenter()
}
}
android {
compileSdkVersion 15
buildToolsVersion '21.1.2'
}