|
我上X64版本,下载了娃娃#2
火山代码:
@if (@是否可视 == true){
@ ((View)getView ()).setVisibility(View.VISIBLE);
@ }else{
@ ((View)getView ()).setVisibility(View.GONE);
@}
复制上面的代码,成功安装了ADK8.0(26),为啥出现错误提示呢?
--- 开始编译项目"HSCK":
正在连接生成安卓APK输出文件"F:\BaiduNetdiskDownload\voldev_1_0_with_sdk\doc\_int\HSCK\debug\linker\HSCK.apk"
错误: 步骤"编译Java源文件"执行失败
<F:\BaiduNetdiskDownload\voldev_1_0_with_sdk\doc\HSCK.v>, 57: 错误:
error: cannot find symbol
((View)getView ()).setVisibility(View.VISIBLE);
^
symbol: method getView()
location: class 启动类
<F:\BaiduNetdiskDownload\voldev_1_0_with_sdk\doc\HSCK.v>, 59: 错误:
error: cannot find symbol
((View)getView ()).setVisibility(View.GONE);
^
symbol: method getView()
location: class 启动类
Note: src\rg_HuoShan\AnZhuo\ChuangKou\模拟时钟框.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors
错误: 建立所指定的安卓APK输出文件"F:\BaiduNetdiskDownload\voldev_1_0_with_sdk\doc\_int\HSCK\debug\linker\HSCK.apk"失败
--- 项目"HSCK"编译或连接失败. 编译过程中共遇到了 0 个警告, 4 个错误.
|
|