yanzhenjie/AndServer

编译的时候都是这个错误 错误: 找不到符号

Open

#542 opened on May 24, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (723 forks)batch import
help wanted

Repository metrics

Stars
 (3,443 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

编译的时候都是这个错误 版本号都对上了 用的最新的2.1.12

Task :app:compileDebugJavaWithJavac FAILED 注: ------ Processing UserController ------ D:\MyProject\studio_workspace\Httpsever-taobaotv\app\build\generated\ap_generated_sources\debug\out\com\Httpsever\andserver\processor\generator\AdapterRegister.java:4: 错误: 找不到符号 import com.Httpsever; ^ 符号: 类 Httpsever 位置: 程序包 com 1 个错误

编译后 这个文件报错 \app\build\generated\ap_generated_sources\debug\out\com\Httpsever\andserver\processor\generator\AdapterRegister.java

2222

Contributor guide