是什么导致 "please check whether the agconnect-services.json file is added to your app project" 将 HMS Map Kit 与 React Native 结合使用
What causes "please check whether the agconnect-services.json file is added to your app project" in using HMS Map Kit with React Native
我已经添加了agconnect-services.json文件并且已经成功集成HMS Push Kit获取AAID和device token
找到了。我在 apply plugin: "com.android.application"
下的 /android/app/build.gradle
中添加了 apply plugin: 'com.huawei.agconnect'
请注意,此配置必须添加到的下一行 apply plugin: 'com.android.application'
到app-level build.gradle 文件。否则可能会出错。
apply plugin: 'com.huawei.agconnect'
我已经添加了agconnect-services.json文件并且已经成功集成HMS Push Kit获取AAID和device token
找到了。我在 apply plugin: "com.android.application"
/android/app/build.gradle
中添加了 apply plugin: 'com.huawei.agconnect'
请注意,此配置必须添加到的下一行 apply plugin: 'com.android.application'
到app-level build.gradle 文件。否则可能会出错。
apply plugin: 'com.huawei.agconnect'