[android-developers] Re: NPE in Pre Compiler using Eclipse 3.7.1

2012-01-10 Thread weston
For me I checked out a fresh copy out of SVN to sort this issue out. I imagine the only effect this had was to clear the gen folder (which I don't have committed). -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: NPE in Pre Compiler using Eclipse 3.7.1

2012-01-01 Thread James Black
I found that dx.jar was not in platform-tools/lib so I copied it from platforms\android-3\tools\lib and that may have fixed my problem. At least everything is compiling, and the emulator started up. Should dx.jar be with the SDK? On Dec 31 2011, 10:51 pm, James Black planiturth...@gmail.com

[android-developers] Re: NPE in Pre Compiler using Eclipse 3.7.1

2011-12-31 Thread James Black
I looked at another two projects that use a different library and I have a different problem that is new, as I had recently built this and put it on the market: R cannot be resolved to a variable For this line: case R.id.clear_menu: I have the ids defined in the library, as they are shared for