【发布时间】:2016-09-30 07:59:46
【问题描述】:
我在 android studio V2.2 中使用 gradle 添加了 viatmio 库。 它崩溃了
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'
}
需要任何建议或更正。 谢谢
【问题讨论】:
标签: android http-live-streaming vitamio