1

I have seen multiple post to resolve this issue. But according to my scenario whenever I create new android project. It shows me error R can not be resolved. Previously i was used JDK1.6 then it works fine. Currently I shift to jdk1.7. Now what I do for this. I am using window 7 64 bit PC.

To resolve this I checked my environment variables that is fine, do fix project properties its also fine

Thanks for your help

4

3 回答 3

3

Android SDK 适用于 JDK1.6。您应该切换回使用它。

于 2013-06-28T07:15:12.767 回答
0

如果您使用的是 Eclipse,那么您会被 Java 1.5 和 Java 1.6 困住,因为它们被硬编码到 Eclipse ADT 中。

但是,您似乎可以将 IntelliJ(因此也许是新的 Android Studio?)与更高的 Java 版本一起使用就可以了; Android 的 Java 7 语言功能

于 2013-06-28T07:32:05.633 回答
0

如果您使用的是 Eclipse,请转到菜单 Window -> Preferences。在首选项编辑器中,单击 Java -> 编译器(Java 中的子菜单)。然后您将看到一个名为“Java 合规性,编译器合规性级别”的选项。单击它右侧的下拉菜单并将java版本更改为1.6。

于 2013-06-28T07:52:33.057 回答