Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created April 8, 2015 06:45
Show Gist options
  • Save 1ambda/9395a3dac55496260166 to your computer and use it in GitHub Desktop.
Save 1ambda/9395a3dac55496260166 to your computer and use it in GitHub Desktop.
// doesn't work
compile 'com.mixpanel.android:mixpanel-android:4.4.0'
// work. Whyt?!?!?!
compile files('/Users/1002471/Library/Android/sdk/platforms/android-19/android.jar')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment