I get exactly the same error when I try to push my new compiled library file to system/lib. Is there any solution to get rid of Out of Memory error in adb push?
On Mar 23, 9:47 am, Marek Pola <[email protected]> wrote: > Hello, > > Probably the reason why it's not working is that the /system partition > is mounted read-only for obvious (security) reasons. You need to > remount it. Search on this mail list for the exact commands. > > But why do you need to edit the hosts file? Can't you use DNS to find > the IP address of your host? > > Regards > Marek > > On Mar 22, 5:04 am, Tushneem <[email protected]> wrote: > > > I am trying to edit the hosts file to access rest services in my local > > network. Using adb pull I am able to get the hosts file for the > > emulator and edit it. However I get the error "No space left on > > device" when I do an adb push. > > > Does anyone know how to resolve this issue? Can we increase the space > > for /system? If so how? Are there any other easier ways to access > > local area network (without creating a DNS server). > > > thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

