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')
}
目录
相关文章
|
2月前
|
JavaScript Python
7-4|execjs._exceptions.ProgramError: Error: Cannot find module 'jsdom'
7-4|execjs._exceptions.ProgramError: Error: Cannot find module 'jsdom'
|
3月前
error in ./node_modules/@intlify/core-base/dist/core-base.cjs
error in ./node_modules/@intlify/core-base/dist/core-base.cjs
83 2
|
5月前
Error: Cannot find module ‘node:url‘【已解决】
Error: Cannot find module ‘node:url‘【已解决】
195 3
Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs extension.
Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs extension.
|
6月前
|
Swift
Could not find auto-linked library 'swiftObjectiveC'
Could not find auto-linked library 'swiftObjectiveC'
57 0
|
11月前
Error: Cannot find module ‘express‘
Error: Cannot find module ‘express‘
|
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
76 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
181 0
Package ffnvcodec was not found in the pkg-config search path
Package ffnvcodec was not found in the pkg-config search path
168 0
Could not find com.serenegiant:common:4.1.1
Could not find com.serenegiant:common:4.1.1
398 0