[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2013-01-08 Thread Tim Bocek
Sorry to resurrect this topic, but I am hitting this and none of the above solutions appear to work: -Already running Eclipse 3.7 (installed as part of the android sdk package, so I assume everything is compatable) -No resource filters in place -I don't have anything in my project regarding

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-12-19 Thread Dema
Hi, removing all the resource filters from my Android project solved the issue. I had put some filters to exclude old directories inside /res folder. I think the issue is due to ADT ResourceManagerBuilder problems in dealing with resource filters. -- You received this message because you

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-04-15 Thread Ganesh
The problem is not due to Eclipse version but due to the outdate examples on the internet particularly app-for-android You can fix this by adding uses-sdk android:minSdkVersion=11 / In the Manifest.xml file and copying the proguard.cfg file from a blank project to the example project. ~gk On

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-11 Thread Dato
hi, I have the same issue. I'm using ADT10.0.0, eclipse3.4 on MacOsx -- !ENTRY org.eclipse.ui 2 0 2011-03-11 19:59:38.453 !MESSAGE Build problems !SUBENTRY 1 org.eclipse.core.resources 2 75 2011-03-11 19:59:38.453 !MESSAGE Errors during build. !SUBENTRY 2 com.android.ide.eclipse.adt 2 75

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-11 Thread Xavier Ducrohet
As we mention, you need to update to Eclipse 3.5. On Fri, Mar 11, 2011 at 4:06 AM, Dato dato...@gmail.com wrote: hi, I have the same issue. I'm using ADT10.0.0, eclipse3.4 on MacOsx -- !ENTRY org.eclipse.ui 2 0 2011-03-11 19:59:38.453 !MESSAGE Build problems !SUBENTRY 1

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-09 Thread rakishgobi nath
http://rakishcan.blogspot.com/search/label/TIPS http://rakishcan.blogspot.com/search/label/TIPS http://rakishcan.blogspot.com/search/label/TIPS http://rakishcan.blogspot.com/search/label/TIPS http://rakishcan.blogspot.com/search/label/TIPS Monday, 7 March 2011 Customize the Windows 7 log-on

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-09 Thread Caféïne
Kind of same problem here. Log using android-eclipse-108944.zip provided by Xavier. !ENTRY org.eclipse.core.resources 4 2 2011-03-09 10:22:03.273 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.core.resources. !STACK 0 java.lang.NullPointerException at

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-09 Thread Caféïne
For me this error disappeared (Eclipse 3.6.2) once I used in my preferences.xml a xmlns:app=http://schemas.android.com/apk/res/com.myproject.myname; in the project himself instead of using the preferences.xml from the library using a

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Indicator Veritatis
Now that we have four different group members (Ajay, Copscu, Purple Dev, Nathan) reporting the problem, do you still consider it extremely strange? How likely are we to get the same problem if we also upgrade to the latest ADT SDK? On Feb 24, 2:40 pm, Xavier Ducrohet x...@android.com wrote:

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Nathan
I would like this to start being treated as a real problem. I can't even downgrade my ADT. I use revert configuration in ADT and it has no effect. Putting a proguard.cfg in the project directory only worked temporarily. It's broken again. I'm dead in the water for builds. At this rate, I will

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Xavier Ducrohet
Hey all, I've filed bug #15312 to track this issue, and I've just attached to it a version of ADT that enable some logging in the method I suspect is not finishing properly. I've also moved the line that isn't called (which is the cause of the NPE later on) earlier in the method, which will

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Nathan
I'd like to try it, but there isn't Help Install New Software... menu item on my eclipse. It seems to want only repositories, not zips. This is on Eclipse 3.4 in Windows. I'll try on on a later eclipse when I can. On Mar 7, 6:05 pm, Xavier Ducrohet x...@android.com wrote: Hey all, I've filed

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Tor Norbye
ADT 10 requires Eclipse 3.5 or later. -- Tor On Mar 7, 2011 9:01 PM, Nathan critter...@crittermap.com wrote: I'd like to try it, but there isn't Help Install New Software... menu item on my eclipse. It seems to want only repositories, not zips. This is on Eclipse 3.4 in Windows. I'll try on

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Nathan
Well, then that would be part of the problem, I don't see anywhere that that is documented, though. The installation page still mentions 3.4. Nathan On Mar 7, 9:06 pm, Tor Norbye tnor...@google.com wrote: ADT 10 requires Eclipse 3.5 or later. -- Tor On Mar 7, 2011 9:01 PM, Nathan

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Xavier Ducrohet
ugh, we'll fix this asap. Xav On Mon, Mar 7, 2011 at 9:14 PM, Nathan critter...@crittermap.com wrote: Well, then that would be part of the problem, I don't see anywhere that that is documented, though. The installation page still mentions 3.4. Nathan On Mar 7, 9:06 pm, Tor Norbye

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Chopcsu
Yeah this happened to me on upgrading to ADT 10, reinstall eclipse,reinstall android sdk and a policy to never update ADT or android SDK anywhere near milestones fixed it fine. On Mar 8, 4:37 pm, Xavier Ducrohet x...@android.com wrote: ugh, we'll fix this asap. Xav On Mon, Mar 7,

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-05 Thread Nathan
OK, what's the deal? I'm getting this too and I just installed the updates today. I can't even seem to revert my Eclipse, either. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-05 Thread Nathan
This might be a proguard.cfg that has suddenly become mandatory. On Mar 5, 9:09 pm, Nathan critter...@crittermap.com wrote: OK, what's the deal? I'm getting this too and I just installed the updates today. I can't even seem to revert my Eclipse, either. Nathan -- You received this

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-02 Thread Purple Dev
I'm seeing this as well on two separate machines with ADT 10 SDK3.0. The same project in the same state compiles just fine under ADT 8, SDK 2.3.3. Deleting/adding does not resolve the problem. Another project on both systems have no issues at all. Ive deleted everything from the offending

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-02 Thread Purple Dev
Here is my log: !ENTRY org.eclipse.core.resources 4 2 2011-02-28 08:36:32.111 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.core.resources. !STACK 0 java.lang.NullPointerException at

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-02-25 Thread Ajay
!ENTRY org.eclipse.core.resources 4 2 2011-02-25 15:07:29.445 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.core.resources. !STACK 0 java.lang.NullPointerException at

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-02-25 Thread Ajay
please any updates.. its critical :(( On Feb 25, 2:39 pm, Ajay a.aja...@gmail.com wrote: !ENTRY org.eclipse.core.resources 4 2 2011-02-25 15:07:29.445 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.core.resources. !STACK 0 java.lang.NullPointerException         at

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-02-25 Thread Ajay
deleted project... added again into workspace... repeated 3-4 times and issue resolved.. On Feb 25, 2:39 pm, Ajay a.aja...@gmail.com wrote: !ENTRY org.eclipse.core.resources 4 2 2011-02-25 15:07:29.445 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.core.resources.

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-02-25 Thread Xavier Ducrohet
Is that all there is in the log?I'm more interested in an exception that would have happened in PreCompilerBuilder.startupOnInitialize which would explain the NPE in the build method. On Fri, Feb 25, 2011 at 1:39 AM, Ajay a.aja...@gmail.com wrote: !ENTRY org.eclipse.core.resources 4 2

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-02-24 Thread Ajay
facing the same issue.. On Feb 24, 10:52 am, Chopcsu st...@kilsby.com.au wrote: Hi All, I have just installed ADT 10 with SDK 3.0. Eclipse has been working ok, but now all of a sudden my project has broken down with eclipse either complaining there is something wrong with xml files where