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

i cannot import AndroidNetworking Class #601

Open
Adverga opened this issue Apr 27, 2023 · 2 comments
Open

i cannot import AndroidNetworking Class #601

Adverga opened this issue Apr 27, 2023 · 2 comments

Comments

@Adverga
Copy link

Adverga commented Apr 27, 2023

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

@Adverga Adverga changed the title i cannot AndroidNetworking Class i cannot import AndroidNetworking Class Apr 27, 2023
@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

@pkmanas22
Copy link

Thanks a lot. I also faced same problem, now it is solved

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

3 participants