4

I'm using PhoneGap to develop the android application with the help of Eclipse.

But since a long time ago, the logcat shows all kind of message(warning, error...) in orange color, and the information including PID/ Tag/ Time all disappear.

Here is the pic: enter image description here

I tried to open another application and with different PhoneGap version but in vain.

Please help~

Alston
  • 2,085
  • 5
  • 30
  • 49

2 Answers2

1

IT is happenning when you are using an android device with latest api with an outdated sdk. For me I was using adt 16 and when I tried to run my app in jelly bean it appears. So I updated to latest sdk and this is solved.

To update the sdk in your eclipse Window > Android SDK Manager. From there you can install new packages.

To update adt download the latest ADT plugin from here. Then install it from Help > Install New Software then Local.

In my cases I had some problem for supportv4 library. I also updated it and reordered it to up. Else I dont think there is any other problem

stinepike
  • 54,068
  • 14
  • 92
  • 112
  • How can I check my current API version? If I update my adt, will it cause the application not to run properly? What should I concern as I update my adt or API? – Alston Apr 17 '13 at 10:12
  • updating my answer wait a bit – stinepike Apr 17 '13 at 10:23
  • Please wait. I will try it. – Alston Apr 17 '13 at 10:30
  • ok if there is any problem you face then tell me .. I am a recent victim :( – stinepike Apr 17 '13 at 10:35
  • Do you mean if the API version on the android device is higher than (or not match ) the one in Eclipse and the error will occur? I mean does that the API version on the device must `be the same` with the API version in the development environment? – Alston Apr 17 '13 at 10:46
  • no not same .. for example in my previous sdk there was no resource for api 16 in sdk .. so while I was running in 16 it was creating problem. .. but after updating the sdk manager The resources were there and the problem was solved – stinepike Apr 17 '13 at 10:47
0

Just remove the filtered text Error from Textbox. This will filtered your logs with keyword. This Textbox was used for the search logcat which contains your input keyword

Pratik
  • 30,639
  • 18
  • 84
  • 159