skip to Main Content

Android Studio – Could not resolve / Failed to resolve – com.amitshekhar.android:android-networking:1.0.2

i am trying to import network library , but android studio shows up with this meessage:ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.amitshekhar.android:android-networking:1.0.2. here is the build.gradle: apply plugin: 'com.android.application' android { compileSdkVersion 28 buildToolsVersion "29.0.3" defaultConfig…

VIEW QUESTION

Android Studio – Cannot run Flutter app on Android virtual device

I created simple Flutter app, installed Nexus virtual device, but when I tried to start an app, I get the error shown below. Android emulator version 31.3.9.0 (build_id 8700579) (CL:N/A) emulator: INFO: Found systemPath E:AndroidStudioSettingssystem-imagesandroid-30google_apis_playstorex86 emulator: INFO: Found systemPath E:AndroidStudioSettingssystem-imagesandroid-30google_apis_playstorex86…

VIEW QUESTION
Back To Top
Search