Android 编译错误解决----1

Android 错误

1。The method onClick(View) of type new View.OnClickListener(){} must override a superclass

解决方法:

更改jdk compiler为1.6.


2。Failed to allocate memory: 8

Nexus 4 默认Memory为 1024,  Heap 32

改小Memory为200



 

 

 

你可能感兴趣的:(jdk,android)