AndroidUPnPDemo icon indicating copy to clipboard operation
AndroidUPnPDemo copied to clipboard

项目没法构建缺失很多包

Open mxiaoguang opened this issue 7 years ago • 1 comments

Error:(22, 25) 错误: 程序包org.seamless.util不存在 Error:(37, 32) 错误: 程序包javax.enterprise.context不存在 Error:(39, 31) 错误: 程序包javax.enterprise.inject不存在 Error:(38, 30) 错误: 程序包javax.enterprise.event不存在 Error:(40, 20) 错误: 程序包javax.inject不存在 Error:(65, 2) 错误: 找不到符号 符号: 类 ApplicationScoped

mxiaoguang avatar Mar 06 '18 03:03 mxiaoguang

不要依赖clinglibrary(把这个lib加进来只是为了方便查找代码而已) build.gradle没有改的话,应该能编译通过的

divaid avatar Dec 11 '18 03:12 divaid