You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I edit the build.gradle(Module.gsdk.groundsdkdemo) file according to the steps on the official groundsdk-android.
But the AS shows 'Failed to resolve: com.parrot.drone.groundsdk:groundsdk:7.0
Show in Project Structure dialog
Affected Modules: groundsdkdemo'
I am not sure what the problem is.
android {
defaultConfig {
minSdkVersion 24
// Google Geo API key. Put your own key to enable google Maps related features in demo.
resValue 'string', 'gsdkdemo_google_geo_api_key', ''
}
I edit the build.gradle(Module.gsdk.groundsdkdemo) file according to the steps on the official groundsdk-android.
But the AS shows 'Failed to resolve: com.parrot.drone.groundsdk:groundsdk:7.0
Show in Project Structure dialog
Affected Modules: groundsdkdemo'
I am not sure what the problem is.
Document content
apply plugin: 'com.android.application'
android {
defaultConfig {
minSdkVersion 24
// Google Geo API key. Put your own key to enable google Maps related features in demo.
resValue 'string', 'gsdkdemo_google_geo_api_key', ''
}
}
repositories {
// Add jcenter repository (if not already present)
jcenter()
google()
}
dependencies {
runtimeOnly project(':arsdkengine')
}
The text was updated successfully, but these errors were encountered: