Skip to content

Instantly share code, notes, and snippets.

@c33k
Last active August 10, 2016 18:13
Show Gist options
  • Save c33k/b6f44bd96ae93db17b574bb005351134 to your computer and use it in GitHub Desktop.
Save c33k/b6f44bd96ae93db17b574bb005351134 to your computer and use it in GitHub Desktop.
Installing android sdk on ubuntu with emulator:
http://askubuntu.com/questions/318246/complete-installation-guide-for-android-sdk-adt-bundle-on-ubuntu
http://stackoverflow.com/questions/13488419/unable-to-create-android-virtual-device
https://software.intel.com/en-us/android/articles/speeding-up-the-android-emulator-on-intel-architecture
Se ao seguir o tutorial do link acima e der erro de Qt, copie a lib como abaixo:
cp /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so ~/Android/Sdk/tools/lib64/qt/plugins/platforms
Rodando o emulador:
~/Android/Sdk/tools/android avd
ou
~/Android/Sdk/tools/emulator64-x86 -avd IntelX86 -qemu -m 2047 -enable-kvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment