R.java Missing in Android Project in NetBeans

前端 未结 8 1269
一整个雨季
一整个雨季 2021-01-03 00:10

I\'m doing this for a project in AP Computer Science.

Basics:
Mac OS X 10.5.8
NetBeans 7.0
Android SDK 3.0 (Level 11)

So I\'m

8条回答
  •  醉酒成梦
    2021-01-03 01:01

    Get Android plugin for NetBeans and then you will be able to open these project and play with them. The project home page is http://www.nbandroid.org/

    Some initial steps may be needed. Set up SDK location in Tools | Options | Misc | Android. Then check that your project has some build target set in (select project, r-click and go to project properties). Once the build target is set plugin will (re-)generate build script and required .properties files. You'll be able to run build then.

    -Radim

提交回复
热议问题