java/net/vonforst/evmap/EvMapApplication.kt:43:52 Unresolved reference: acra_credentials
alex83100 opened this issue · 2 comments
alex83100 commented
Hello, I just installed Android studio and I imported your code. I then entered the APIs but when I run the compilation I get the error message : java/net/vonforst/evmap/EvMapApplication.kt:43:52 Unresolved reference: acra_credentials. Can you help me to debug ? thanks, Alexandre.
johan12345 commented
Hi, did you follow the instructions in api_keys.md? The acra_credentials
string needs to exist, but it can be left empty for development.
johan12345 commented
closing due to inactivity