Source code hiding in plain sight or disappearing into a cloak of invisibility?

Mine was force closing out of nowhere before, and once I cleaned it, it stopped. Try that.

First of all try cleaning the project. Secondly I have came across the same errors,Android has a great framework to work in. However, it is in its infancy and debugging my code has been a very big problem for me.

Whenever something goes wrong in the code, I always get "source not found" error. It doesn't tell me I have a nullPointer exception , or string is incomplete. No matter what's wrong with the code, I always get "source not found" error.

The reason that happens is Android doesn't pack the source along with the application it sends to the emulator (maybe they should do that for a debugging run). After searching the net for a while, I came across this solution - wrap your code in a try and catch block and then log the exception to console. By doing so you will exactly know from where the error is getting generated.

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