Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AndroidNetworking class is not being imported #602

Open
singhdeep02401gmail opened this issue May 2, 2023 · 4 comments
Open

AndroidNetworking class is not being imported #602

singhdeep02401gmail opened this issue May 2, 2023 · 4 comments

Comments

@singhdeep02401gmail
Copy link

i already add dependencies implementation 'com.amitshekhar.android:android-networking:1.0.2'
but when i initialize in onCreate method AndroidNetworking.initialize(getApplicationContext());
the Android Studio Cannot resolve the AndroidNetworking.class, and i cannot import it too

@aashisharma1
Copy link

Okey you should add
android.enableJetifier=true in Gradle. property file
and
jcenter()
in gradle.settengs in both plugin management and dependency resolution

@HosseinKurd
Copy link

JCenter Maven repository is no longer receiving updates: newer library versions may be available elsewhere

@rockypatel8757
Copy link

Replace Mavencentral() to jcenter()
in gradle.settengs in both plugin management and dependency resolution
it will work 100% 😊😊pluginManagement { repositories { google() gradlePluginPortal() jcenter() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() jcenter() } }

@Ayush9599
Copy link

Okey you should add android.enableJetifier=true in Gradle. property file and jcenter() in gradle.settengs in both plugin management and dependency resolution

yup it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants