[android-developers] Source not found, but I've given a source?

2012-08-02 Thread Therion
Hello, this is my first time posting, but I've run into a massive wall in my progress. A quick background, I started developing an app for the Android about 3-4 months ago, off and on. It is a project I received from my college teacher for a sort of internship. I have to take a peice of

Re: [android-developers] Source not found, but I've given a source?

2012-08-02 Thread Justin Anderson
This is because you are stepping into Java or Android code and you don't have the source for that... Set a breakpoint back in your code and resume debugging Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 12:40 AM, Therion

Re: [android-developers] Source not found/ArrayAdapter

2012-02-06 Thread TreKing
On Sat, Feb 4, 2012 at 2:57 PM, Ozone Apps ozoneforandr...@gmail.comwrote: Any ideas? Debug your app. Explain throwing a Serouce Not Found error. Post a logcat. Show some code. - TreKing

[android-developers] Source not found/ArrayAdapter

2012-02-05 Thread Ozone Apps
Hello Everyone! I am trying to use a spinner, and the program is throwing a Source Not Found error when I set an array adapter to that spinner. The array I am referencing contains valid elements and no null elements...it was working but all of a sudden it kept giving me the error. Any ideas? --

[android-developers] Source not found

2011-09-16 Thread prasad
Hello, I am newbie to Android. I am working on Android and Eclipse on the linux ubuntu platform. I am trying to write a program for Server-Client socket communication. Below is the code snippet: try{ Log.d(LOG_TAG, OK); providerSocket = new ServerSocket(8000, 10); connection =

[android-developers] Source not found Error

2009-08-18 Thread Ravisanjkar S
Hi, How do i can solve the problem of Source not found Error. Please help me. Thanks a lot --~--~-~--~~~---~--~~ 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] source not found

2009-01-14 Thread Neo
I create a new blankview extends view , i want load it from my layout.xml but when i debug it , error it said source not found. if i don't debug it , it same. LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android xmlns:app=http://schemas.android.com/apk/res/

[android-developers] Source not found..DocumentBuilderFactory

2009-01-07 Thread saagar.par...@gmail.com
Hello, When I try to get DocumentBuilderFactory object using DocumentBuilderFactory factory = javax.xml.parsers.DocumentBuilderFactory.newInstance();,Debugger shows source not found..Please help..its urgent.. --~--~-~--~~~---~--~~ You received this message

[android-developers] source not found workaround

2008-11-01 Thread moazzamk
I was browsing the net and found a few things that would solve the source not found error you get when you have an error in the application (or an exception). The web interface here doesn't let me post any pictures so I wrote it here : http://moazzam-khan.com/