[android-developers] aapt and zlib issues on fedora 13 64bit

2010-12-15 Thread jaybradley
I have a problem with the platform-tools/aapt on fedora 13 64bit. I've spent the day searching forums and trying to solve this myself but couldn't. I'm developing in eclipse and using the android developer plugin. Everything was working well as I worked my way through some tutorials and then

Re: [android-developers] aapt and zlib issues on fedora 13 64bit

2010-12-15 Thread Miguel Morales
This has to with the latest version of the sdk. The way I fixed it was by compiling zlib myself so that it replaces the standard library using: ./configure --prefix=/usr This might not be safe though, but I don't use that machine for much so I didn't care. Seems to be working ok so far. On