I'm trying to use baidumap in my android app. Thanks to a chinese friend I succeed to register on the baidu website to be able to access the API.
However trying to import it failed everytime:
import com.baidu.mapapi.map.BaiduMap;
Sent the error Cannot resolve symbol 'baidu'. I'm unable to import any component related to Baidu. Any ideas?