On Oct 18, 7:24 am, erisa <[email protected]> wrote: > On Oct 16, 7:57 pm, Brian Hsu <[email protected]> wrote: > > > I'm really excited about the Android 1.6 release and its new feature. > > > I installed android-sdk-1.6 on my Gentoo box using the following > > command. > > > # emerge android-sdk > > > It successfully installed and I could create an AVD named TestAVD > > using the "android" command. > > > But when I tried to run emulator with TestAVD, I got a Segmentation > > fault message and the emulator crashed. > > > Does anyone run android 1.6 emulator successfully on 64bit Linux ? > > It is running just fine on my Gentoo 64-bit set-up, but I did not use > emerge to install the sdk. > I simply downloaded it and unpacked it. Same with eclipse 3.5. Both > work fine. I assume you have checked that the java sdk is functional.
And what? Brian Hsu, the problem is that Android SDK is 32bit (it is weird, that google have not provided 64 bit version). The proposed solution is to copy batch of 32bit libs to your system, but I htink, it breaks all rules - you will get amount of "forgotten" stuff in your system. Other solutions is to setup dev env on virtual 32bit machine, but it is making simple thing complex. The correct way is to get SDK source and rebuild it for 64bit system. But here seems other problem - some build tools as laso only 32bit. I hope, someone have found graceful solution for this odd problem. -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

