Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 277 Bytes

File metadata and controls

4 lines (4 loc) · 277 Bytes

How to change Baidu Api KEY to launch project :

  • Option 1 : Add you BAIDU api key in your environment as BAIDU_AK
  • Option 2 : in Manifest replace @String/BAIDU_AK by your own api key
  • Option 3 : in build.gradle, replace ${System.getenv("BAIDU_AK")} by your own api key