gpt4 book ai didi

android - 我在 Here Maps 中不断收到 SSL 错误

转载 作者:行者123 更新时间:2023-12-04 22:43:45 26 4
gpt4 key购买 nike

使用 Android 8.0 和 9.0 - 我下载了 HERE Maps Android SDK 示例代码并想尝试逐步导航,但每一秒日志都会像 30 条这样的消息膨胀:

2019-02-11 10:42:44.917 24246-24370/com.example.heretest E/NetworkProtocol: NetworkProtocol::GetTask::run exception: javax.net.ssl.SSLProtocolException: Read error: ssl=0xcc3d02c8: Failure in SSL library, usually a protocol error
error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT (external/boringssl/src/crypto/fipsmodule/cipher/e_aes.c:1307 0xe5baba43:0x00000000)
error:1000008b:SSL routines:OPENSSL_internal:DECRYPTION_FAILED_OR_BAD_RECORD_MAC (external/boringssl/src/ssl/tls_record.cc:298 0xe5baba43:0x00000000)

模拟导航本身非常不稳定,通常什么也没有发生。

构建.gradle:
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
defaultConfig {
applicationId "com.example.heretest"
minSdkVersion 17
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt')
, 'proguard-rules.pro'
}
}
}

repositories {
flatDir {
dirs 'libs'
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation project(':HERE-sdk')
implementation 'com.google.code.gson:gson:2.8.5'
}

最佳答案

HERE 高级 SDK 在过去 12 个月中发生了变化,其中包含许多新功能和错误修复。请为您的用例使用最新的 SDK,因为该问题目前无法重现。

我们还为不同的用例提供了几个代码示例。

https://developer.here.com/documentation/android-premium/dev_guide/topics/routing.html

https://github.com/heremaps/here-android-sdk-examples

关于android - 我在 Here Maps 中不断收到 SSL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54628135/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com