作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
当我尝试将 strServerIP 添加到类服务器时,我得到:
无法解析符号字符串
编译器错误。
为什么?
package com.example;
public class Server
{
//public static java.lang.string SERVERIP;
public static android.R.string SERVERIP;
public static java.lang.string strServerIP = "monster.idsoftware.com";
public static string strServerIP = "monster.idsoftware.com";
public static int SERVERPORT = 27950;
public static int PROTOCOL = 68;
}
最佳答案
使用“字符串”而不是“字符串”
关于java - 安卓编译器: Cannot resolve symbol string,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2093439/
我是一名优秀的程序员,十分优秀!