Skip to content

Instantly share code, notes, and snippets.

View venkateshshukla's full-sized avatar

Venkatesh Shukla venkateshshukla

View GitHub Profile
@venkateshshukla
venkateshshukla / 1AndroidNDKEclipse.md
Last active August 29, 2015 13:57
Setting up Eclipse for Android Application Development using Native Development Kit (NDK)

Setting up Eclipse for NDK

To make eclipse compatible for android application development. (Please note. These steps are implemented on Linux. For other OS, steps may differ)

####Preparation

Visit https://gist.github.com/venkateshshukla/9736261 for detailed instruction on preparation.

@venkateshshukla
venkateshshukla / AndroidDevLinux
Last active September 19, 2023 04:20
Setting up your Linux for Android Application Development
Step 1. Preparation
--------------------
First take care of the dependencies for Android Application Development.
Dependencies are -
1. Java
2. ant
3. Eclipse and Android Development tools (IDE)
4. Android SDK and NDK
5. adb
@iansheridan
iansheridan / git-cheat-sheet.md
Created March 15, 2011 14:25
A cheat sheet for GIT

Setup

git clone <repo>

clone the repository specified by ; this is similar to "checkout" in some other version control systems such as Subversion and CVS

Add colors to your ~/.gitconfig file: