Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2 KB

README.md

File metadata and controls

31 lines (25 loc) · 2 KB

coinbase-android

The official Android application for Coinbase.

Features

  • Send/request bitcoin payments using email, QR codes, or NFC
  • Buy and sell bitcoin right from your mobile phone
  • View transaction history, details, and balance
  • See prices in BTC or your native currency
  • Support for multiple accounts
  • 100% open source - contributions welcome
  • Revoke access remotely if you lose your phone.

Building

To build the Android app in Eclipse:

  1. git clone [email protected]:coinbase/coinbase-android.git
  2. Open Eclipse and go to File > Import... > Android > Existing Code into Android Workspace
  3. Choose the root directory of the cloned project
  4. Deselect all projects and only add: coinbase-android, library-actionbarsherlock, library-slidingmenu
  5. Go to Window > Android SDK Manager and check the box to install "Google APIs" under Android 4.2.2 (this is needed for SlidingMenu)
  6. The project should now build!