We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译的时候都是这个错误 版本号都对上了 用的最新的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
The text was updated successfully, but these errors were encountered:
再检查下你自己的代码,应该是有很基础的错误,现在提供的信息中看不出来。
Sorry, something went wrong.
我也遇到这个问题,同问
问题解决,必须放到app里,放到module里就报这个错误
No branches or pull requests
编译的时候都是这个错误 版本号都对上了 用的最新的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
The text was updated successfully, but these errors were encountered: