Android GPS second activity error when click the next button?

Your problem is here in the yarab.onCreate() method.

Your problem is here in the yarab.onCreate() method: } catch (Exception e) { Log. D("eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee", e.getMessage()); } e.getMessage() is returning null, and Log. D doesn't like null messages.

Try using e.toString() instead. Some exceptions just have null messages.

But could you please check the main faist because now when I click next button its do nothing – hohi May 30 at 20:19 @ geobits! HELP me Please U r A perfect Android and i'm a beginner I need help urgent – hohi May 30 at 22:12.

Try: ... } catch (Exception e) { e.printStackTrace(); } at the end of your onCreate method (line 105).

Is something wrong with mainfaist – hohi May 30 at 20:42.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions