mapbox / mapbox-vision-android

Other
50 stars 43 forks source link

ERROR: You haven't set MAPBOX_ACCESS_TOKEN. #228

Closed nole87 closed 4 years ago

nole87 commented 4 years ago

Dear,

I get this error: ERROR: You haven't set MAPBOX_ACCESS_TOKEN. Please set it in /src/main/res/values/developer-config.xml

And I set it in two developer-config.xml file, there is no more developer-config.xml file. Why I am getting this error.

Best, Milan

kiryldz commented 4 years ago

Hi @nole87 - there are 3 modules with developer-config.xml files: app, recorder, replayer. Please set it in last remaining module and all should work fine.

nole87 commented 4 years ago

I can't believe I didn't see it. I open all folders at least 5 times and also search all files in project and it always return 2 files in app and recorder. Maybe it was somehow generated when I close android studio and now open it again ...

ggkangkang commented 2 years ago

did it solve?