Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 547 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 547 Bytes

repro-android-demo

Integrate Repro Android SDK

Set up

Get Repro API Token on your dashboard and set environment variable.

$ launchctl setenv REPRO_DEMO_API_KEY {Repro_API_Token}

If Android Studio launched, you must restart it, because cannot load environment variable!

Troubleshooting

Show environment variable.

$ launchctl getenv REPRO_DEMO_API_KEY
{Repro_API_Token}

More information

Development Guide