Just wanted to inform on this.. I'm using NFS.
I can do this: adb push myapp.apk /data/app Find it on my target display and execute Open DDMS in eclipse and activate debug from there. I can't do this: adb install myapp.apk or Debug directly from eclipse (debug button) which apparently results in adb install! Where is my bug.. is it some permission access to my filesystem maybe? /Palsson On Sep 6, 11:15 am, Palsson <palsson...@gmail.com> wrote: > Hello Ed, > > I tried with the adb install command from the shell. > It doesn't work. > Only adb push. > > /Palsson > > On Sep 6, 2:08 am, Ed <edscha...@gmail.com> wrote: > > > > > > > > > If it's not a device storage issue then the first place I would start is > > running "adb kill-server" and "adb start-server" to restart adb. > > > Not 100% sure what your problem is - you can use the adb push command but > > cannot use the adb install command? > > > Don't forget that internal memory and SD memory are different so one may > > have room while the other doesn't. > > > Cheers, > > > Ed -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en