i imported example.guidance from the sample
replaced all the three keys in manifest
downloaded and added here.arr in library folder.
when i run the app i got error Incorrect license key
i created 3 projects in console with correct package name.
suggest me workarounds.
thanks in advance for the support.
<meta-data android:name="com.here.android.maps.appid" android:value="{******}" /> <meta-data android:name="com.here.android.maps.apptoken" android:value="{***-tA}" /> <meta-data android:name="com.here.android.maps.license.key" android:value="{****" />
i use freemium account and Premium SDKs.
`repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
implementation(name: 'HERE-sdk', ext: 'aar')
implementation 'com.google.code.gson:gson:2.2.4'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v13:28.0.0'
}`
i imported example.guidance from the sample
replaced all the three keys in manifest
downloaded and added here.arr in library folder.
when i run the app i got error Incorrect license key
i created 3 projects in console with correct package name.
suggest me workarounds.
thanks in advance for the support.
<meta-data android:name="com.here.android.maps.appid" android:value="{******}" /> <meta-data android:name="com.here.android.maps.apptoken" android:value="{***-tA}" /> <meta-data android:name="com.here.android.maps.license.key" android:value="{****" />i use freemium account and Premium SDKs.
`repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
implementation(name: 'HERE-sdk', ext: 'aar')
implementation 'com.google.code.gson:gson:2.2.4'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v13:28.0.0'
}`