coinbase / coinbase-java

Coinbase API v1 library for Java
Apache License 2.0
149 stars 98 forks source link

Remove dependencies on android studio #100

Open shaferica opened 5 years ago

shaferica commented 5 years ago

I am trying to build this project using "gradle build" but I get this:

SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

I googled a bit and this seems to do with a dependency on Android's SDK. Can we make this platform agnostic?