Skip to content

Commit

Permalink
Add development instructions (PostHog#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Gyujin Kim <[email protected]>
  • Loading branch information
liyiy and alexkim205 authored Jul 26, 2022
1 parent 7107ec0 commit 0508076
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Please see the main [PostHog docs](https://posthog.com/docs).

Specifically, the [Android integration](https://posthog.com/docs/integrations/android-integration) details.

## Development guide

1. Install Android Studio
2. Follow instructions here for setup https://developer.android.com/studio/run/emulator
3. Make sure you have Java 8 installed locally - `brew tap adoptopenjdk/openjdk && brew install --cask adoptopenjdk8`
4. Change the JDK in IntelliJ to build using the correct version.
5. Select `posthog-sample` and the device on the top bar and click run

## Questions?

### [Join our Slack community.](https://join.slack.com/t/posthogusers/shared_invite/enQtOTY0MzU5NjAwMDY3LTc2MWQ0OTZlNjhkODk3ZDI3NDVjMDE1YjgxY2I4ZjI4MzJhZmVmNjJkN2NmMGJmMzc2N2U3Yjc3ZjI5NGFlZDQ)

0 comments on commit 0508076

Please sign in to comment.