![]() | 1 | initial version |
Android SDK is downloadable from google and it is only 32-bit. It requires libstdc++.i686 package to be installed with yum. On Fedora 17 I had a problem because the x86_64 package was a newer version than the only available i686 package. the solution was: yum shell downgrade libstdc++ install libstdc++.i686 run
![]() | 2 | No.2 Revision |
Android SDK is downloadable from google and it is only 32-bit. It requires libstdc++.i686 package to be installed with yum. On Fedora 17 I had a problem because the x86_64 package was a newer version than the only available i686 package. the solution was:
was:
yum shell
downgrade libstdc++
install libstdc++.i686
run