missioncommand / emp3-android

Extensible Map Platform (EMP) Android Development Kit
Other
5 stars 4 forks source link

Mac os compatability issue #431

Closed jrummel closed 6 years ago

jrummel commented 6 years ago

Fixes #422

Proposed Changes

Uses local.properties file to point to android sdk instead of environment variable as mac os android studio cannot use system.getenv calls.

Courtesy of @jpettitt1

jrummel commented 6 years ago

This solution breaks CI setup... Will investigate.

jrummel commented 6 years ago

Thought that by including local.properties and then adding it to .gitignore we could have our cake and eat it too but was mistaken. Closing pull request until time for further investigation is available.