0
我在android studio V2.2中使用gradle添加viatmio庫。 它墜毀在LibChecker上Vitamio崩潰。添加使用gradle的Vitamio
if (!LibsChecker.checkVitamioLibs(this))
有例外像
couldn't find "libvinit.so"
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'me.neavo:vitamio:4.2.2'
testCompile 'junit:junit:4.12'
}
需要任何建議或糾正。 感謝
從 Official Web site Vitamio的