Re: [android-developers] testing app from PC on attached phone

2013-12-02 Thread peter gottlieb
ite/magouyaware > > > On Sat, Nov 30, 2013 at 9:04 PM, peter gottlieb wrote: > >> I finally got the adb to recognize my old Experia, after I made sure the >> USB debugging was turned on. The new Experia doesn't seem to have that >> option available or any other Devel

Re: [android-developers] testing app from PC on attached phone

2013-11-30 Thread peter gottlieb
to get "adb devices" to work first, before jumping > into Eclipse. > > -- K > > On Friday, November 29, 2013 8:27:44 PM UTC+4, peter gottlieb wrote: >> >> I'm not sure what you mean by a response from ADB. I can debug from >> Eclipse on the virtual

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread peter gottlieb
ly working or I wouldn't be able to see the phone from PC connect. On Fri, Nov 29, 2013 at 9:47 AM, Kristopher Micinski wrote: > I mean, if you type in "adb devices" do you get any output to indicate > that ADB can find your device? > > Kris > > > > On Fri, Nov 29

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread peter gottlieb
> > > > On Fri, Nov 29, 2013 at 10:52 AM, peter gottlieb wrote: > >> Bad guess. I clearly stated that the windows 7 setup had already worked >> with the Sony Erickson, but now doesn't. For all PC-phone interactions >> (browse files on the phone from the PC, u

Re: [android-developers] testing app from PC on attached phone

2013-11-29 Thread peter gottlieb
29, 2013 at 12:45 AM, peter gottlieb wrote: > >> The windows 7 has worked in the past, but doesn't work now. The windows >> 8 setup hasn't been used for this purpose before. I have made sure to set >> debug = "true" in the manifest, and that the phones (a

[android-developers] testing app from PC on attached phone

2013-11-28 Thread peter gottlieb
The common practice is to test an app on an emulator (such as what one gets from the Eclipse ADT plug-in) and then on an attached phone. I have 9 apps on Google Play that were developed in this manner. Now I can no longer get the Eclipse environment to recognize the attached phone. I have had

[android-developers] instantiation of main activity

2012-07-27 Thread peter gottlieb
I have gone through several stages in the development of an app, compiling and executing just fine. After my latest increment of code the app builds fine, but crashes with the following message in the Log: unable to instantiate ActivityComponentinfo {}: java.lang.NullPointerException. My