"com.google.code.ksoap2-android:ksoap2-parent:3.6.4" . В build.gradle:арр добавляю в dependencies эту строку, синхронизирую, но библиотека не подтягивается =(. Может что в build.gradle:арр что-то не хватает?
https://stackoverflow.com/questions/29269965/cannot-import-ksoap2-to-android-studio что-то похожее но не помогает
так пробовали? https://stackoverflow.com/a/68220636/9450889
Именно так пробовал
что в логах при попытке sync? этот адрес доступен от вас? https://oss.sonatype.org/content/repositories/ksoap2-android-releases/
В логах всё нормально, не ругается , в том то и дело
попробуйте тогда такой импорт import org.ksoap2.serialization.SoapObject;
Build file 'D:\Android\KotlinProject\TestSoap2\app\build.gradle' line: 34 Could not compile build file 'D:\Android\KotlinProject\TestSoap2\app\build.gradle'. > startup failed: build file 'D:\Android\KotlinProject\TestSoap2\app\build.gradle': 34: Unexpected input: '{' @ line 34, column 14. dependencies {
покажите блок с dependencies
dependencies { implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.0' //KSoap2 //implementation "com.google.code.ksoap2-android:ksoap2-parent:3.6.4" import org.ksoap2.serialization.SoapObject; testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }
import org.ksoap2.serialization.SoapObject; - в самом коде попробовать, куда в gradle то пишете
sorry
1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. в лог пишет > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.google.code.ksoap2-android:ksoap2-parent:3.6.4. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/google/code/ksoap2-android/ksoap2-parent/3.6.4/ksoap2-parent-3.6.4.pom - https://repo.maven.apache.org/maven2/com/google/code/ksoap2-android/ksoap2-parent/3.6.4/ksoap2-parent-3.6.4.pom - https://jcenter.bintray.com/com/google/code/ksoap2-android/ksoap2-parent/3.6.4/ksoap2-parent-3.6.4.pom Required by: project :app * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ==============================================================================
implementation 'com.google.code.ksoap2-android:ksoap2-android:3.6.4' в build.gradle в app в settings.gradle добавить sonatype:
Олег, ОГРОМНОЕСПАСИБО, заработало!!! Пришлось только новый проект собрать, я его только начинаю😀😉😊👍👍👍
Обсуждают сегодня