Android: Difference between revisions
m Making it easier to list USB devices for beginners. |
→Android Development: add note about using the emulator |
||
| Line 145: | Line 145: | ||
nixpkgs.config.android_sdk.accept_license = true; | nixpkgs.config.android_sdk.accept_license = true; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
To use the Android Emulator, you need to enable KVM virtualization (in your BIOS) and make sure your user has permission to use KVM (add yourself to the <code>kvm</code> group). | |||
=== gradlew === | === gradlew === | ||