使用eclipse/myeclipse 时可能会出现@override 报错的问题 The method xxxx of type xxxx must override a superclass method 解决方法一: 修改eclipse的 Compiler level window ---> preferences-->java -->Compiler 把Co
之前看内部类的时候没发现这个问题,今天写代码的时候遇到,写个最简单的例子: 下面这一段代码 红色的部分就是编译报错: No enclosing instance of type Outer is accessible. Must qualify the allocation with an enclosing instance of type Outer (e.g. x.new
今天在编译android NDK工程的时候,在jni文件夹下的cpp文件中报了一大堆错误,诸如:Unresolved inclusion: <jni.h>、Type 'jint' could not be resolved、Type 'jintArray' could not be resolved等,根据经验,这样的错误肯定是没有包含相应的头文件导致的。 解决方案:
昨天我安装chrome浏览器时,最后源出了点问题,导致apt-get update不能使用了,报错如下: ```neal@ubuntu:~$ apt-get updateE: Malformed line 1 in source list /etc/apt/sources.list.d/google-chrome.list (type)E: The list of sources could