development
Install development tools and kernel headers for Fedora
Development Tools Installation yum groupinstall ‘Development Tools’ Kernel headers Installation yum install kernel-devel kernel-headers or yum install kernel-devel-$(uname -r) kernel-headers-$(uname -r)
Setting Up Your Android Development Environment
1. Confirm that your computer meets the System Requirements. 2. Download and install eclipse ide classic. 3. Download the Android SDK Package. 4. Install the ADT Plugin for Eclipse. You can find here a step-by-step installation guide. After restarting your eclipse, a window will be shown up asking you to install sdk platform tools and [...]