Форум для тех, кто программирует под Android
Anonymous
Ждал 2 минуты (плюс 5249400 наносекунд задержка) для com.google.common.util.concurrent.settablefuture@65b91722 [Status =
Сообщение
Anonymous » 11 фев 2025, 15:58
Несколько дней назад я сгенерировал подписанный APK и опубликовал его в Playstore, но теперь я не смог сгенерировать подписанный APK, и я получил эту ошибку, я понятия не имею, как это исправить. Пожалуйста, помогите
[1]:
https://i.sstatic.net/xppcl.png
my build.gradle (module: app)
Код: Выделить всё
apply plugin: 'com.android.application'
< /code>
android {
compilesdkversion 29
buildtoolsversion "29.0.3" < /p>
defaultConfig {
applicationId "com.securesoft.lucid"
minSdkVersion 16
targetSdkVersion 29
versionCode 4
versionName "4"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
shrinkResources true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
< /code>
} < /p>
DegyEndences {
Реализация FileTree (dir: 'libs', включите: ['*.jar']) < / p>
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.navigation:navigation-fragment:2.3.0'
implementation 'androidx.navigation:navigation-ui:2.3.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.intuit.sdp:sdp-android:1.0.6'
implementation 'com.google.android.gms:play-services-ads:19.4.0'
implementation 'com.google.android.gms:play-services-base:17.4.0'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
Подробнее здесь:
https://stackoverflow.com/questions/642 ... n-util-con
1739278732
Anonymous
Несколько дней назад я сгенерировал подписанный APK и опубликовал его в Playstore, но теперь я не смог сгенерировать подписанный APK, и я получил эту ошибку, я понятия не имею, как это исправить. Пожалуйста, помогите [1]: https://i.sstatic.net/xppcl.png my build.gradle (module: app) [code]apply plugin: 'com.android.application' < /code> android { compilesdkversion 29 buildtoolsversion "29.0.3" < /p> defaultConfig { applicationId "com.securesoft.lucid" minSdkVersion 16 targetSdkVersion 29 versionCode 4 versionName "4" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { shrinkResources true minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } < /code> } < /p> DegyEndences { Реализация FileTree (dir: 'libs', включите: ['*.jar']) < / p> implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.navigation:navigation-fragment:2.3.0' implementation 'androidx.navigation:navigation-ui:2.3.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'de.hdodenhof:circleimageview:3.1.0' implementation 'com.intuit.sdp:sdp-android:1.0.6' implementation 'com.google.android.gms:play-services-ads:19.4.0' implementation 'com.google.android.gms:play-services-base:17.4.0' testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' [/code] } Подробнее здесь: [url]https://stackoverflow.com/questions/64270858/waited-2-minutes-plus-5249400-nanoseconds-delay-for-com-google-common-util-con[/url]