Could not find com.serenegiant:common:4.1.1

简介: Could not find com.serenegiant:common:4.1.1
  • 错误
Could not find com.serenegiant:common:4.1.1.
Required by:
    project :app > project :libusbcamera
Search in build.gradle files
  • 解决办法

下载common.aar,可以从这时下载:

https://download.csdn.net/download/xw245184020/12414825

新建aars目录,把aar放进去。

修改build.gradle

dependencies {
    ......
    // add this
    compile fileTree(include: '*.aar', dir: 'aars')
}
目录
相关文章
Could not find com.serenegiant:common:4.1.1
Could not find com.serenegiant:common:4.1.1
271 0
|
JavaScript Cloud Native Go
Error: Cannot find module ‘webpack/bin/config-yargs‘ at Function.Module._resolveFilename (intern
Error: Cannot find module ‘webpack/bin/config-yargs‘ at Function.Module._resolveFilename (intern
94 0
|
5月前
|
JavaScript Python
7-4|execjs._exceptions.ProgramError: Error: Cannot find module 'jsdom'
7-4|execjs._exceptions.ProgramError: Error: Cannot find module 'jsdom'
Gulp Error: Cannot find module 'jshint/src/cli'
I'm following sitepoint's An introduction to Gulp.js, but I'm stuck on step four, when I try to run gulp jshint I get "Error: Cannot find module 'jshi...
1145 0
Package ffnvcodec was not found in the pkg-config search path
Package ffnvcodec was not found in the pkg-config search path
182 0
Package sqlite3 was not found in the pkg-config search path.add the directory containing `sqlite3.pc
Package sqlite3 was not found in the pkg-config search path.add the directory containing `sqlite3.pc
204 0
|
Android开发
错误 Failed to install helloworld.apk on device 'emulator-5554': ti...
引用:http://apps.hi.baidu.com/share/detail/33672921 错误提示: Failed to install helloworld.apk on device 'emulator-5554': timeout 或者 the user data image is used 原因: 由于模拟器已经开启而没有关闭或者非法关闭引起的。
827 0
Could not find modernizr-2.6.2 in any of the sources
Could not find modernizr-2.6.2 in any of the sources bundle install时候出现"Could not find modernizr-2.6.2 in any of the sources" 2015-07-30 11:18 770人阅读 评论(0) 收藏 举报 分类: FAQ(21) 版权声明:本文为博主原创文章,未经博主也允许网上转载,只要保留源出处即可。
976 0
|
应用服务中间件 数据安全/隐私保护 容器
websphere Error 404:SRVE0190E: File not found: index.action
websphere Error 404:SRVE0190E: File not found: index.action
114 0
|
Android开发
Error:Cannot locate factory for objects of type DefaultGradleConnector, as ConnectorServiceRegistry
永远忘不了你,王八蛋….. 解决方法: Android Studio 2.2 你真是好样的 $(function () { $('pre.prettyprint code').each(function () { var lines = $
1386 0

热门文章

最新文章