У меня есть следующая проблема: В Android Studio я хочу загрузить библиотеку 'com.chauthai.swipereveallayout: Swipe-reveal-layout: 1.4.1', который я взял отсюда: https://github.com/chthai64/swipereveallayout
Но Android Studio не дает мне разрешения и дает мне разрешение. Кто знает, как это решить?plugins {
id 'com.android.application'
}
android {
namespace 'com.example.justwork'
compileSdk 32
defaultConfig {
applicationId "com.example.justwork"
minSdk 22
targetSdk 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'com.intuit.sdp:sdp-android:1.0.6'
implementation 'com.intuit.ssp:ssp-android:1.0.6'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.chauthai.swipereveallayout:swipe-reveal-layout:1.4.1'
}
< /code>
Я посмотрел эту библиотеку в диалоговом окне и увидел, что невозможно выбрать версию для нее. Из которого я заключаю, что по какой -то причине Android Studio не дает мне доступ к этому ресурсу.>
Подробнее здесь: https://stackoverflow.com/questions/751 ... ayout1-4-1
Не удалось разрешить: com.chauthai.swipereveallayout: swipe-reveal-layout: 1.4.1 ⇐ JAVA
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
Не удалось разрешить: com.chauthai.swipereveallayout: swipe-reveal-layout: 1.4.1
Anonymous » » в форуме Android - 0 Ответы
- 3 Просмотры
-
Последнее сообщение Anonymous
-
-
-
Как программно установить блокировку экрана с SWIPE на NONE для конкретного устройства
Anonymous » » в форуме Android - 0 Ответы
- 17 Просмотры
-
Последнее сообщение Anonymous
-