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.initialize(getApplicationContext()); Not working #585

Open
raktim1998 opened this issue Apr 11, 2022 · 14 comments
Open

AndroidNetworking.initialize(getApplicationContext()); Not working #585

raktim1998 opened this issue Apr 11, 2022 · 14 comments

Comments

@raktim1998
Copy link

After adding (implementation 'com.amitshekhar.android:android-networking:1.0.2') this to my build.gradle.
Error : Cannot resolve symbol 'AndroidNetworking.
Please solve the issue.

@jayantur13
Copy link

This might be the issue - #307
Because Jcenter is going to shutdown soon or may be already shutdown.

@tauseeqafzal
Copy link

I Have already followed all steps and the issue #307 guidelines but issue still exist

@jayantur13
Copy link

jayantur13 commented Apr 13, 2022

I am on latest Android Studio,you may need to update it.Its working fine for me.

Edit - Update studio and Gradle too (AGP plugin)

@tauseeqafzal
Copy link

tauseeqafzal commented Apr 13, 2022 via email

@jayantur13
Copy link

Oh than, there's something else that needs to fixed by your side or in the dependency itself.

@tauseeqafzal
Copy link

tauseeqafzal commented Apr 13, 2022 via email

@assmaratib
Copy link

I have the same problem!

@Talha135
Copy link

Talha135 commented Oct 8, 2022

Same Problem.
Tell me solution

@jayantur13
Copy link

Same Problem.
Tell me solution

Check this out - #307

@mrprince123
Copy link

Hey I am also facing same issue,
AndroidNetworking is not show in the onCreate method after implement on gradle file.

@aashisharma1
Copy link

same happens with me

@DineshDk01
Copy link

org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.amitshekhar.android:android-networking:1.0.2.

i got this problem.,if anyone knows pls say?? how can i rectify this

@Imran1z
Copy link

Imran1z commented Mar 30, 2023

After adding (implementation 'com.amitshekhar.android:android-networking:1.0.2') this to my build.gradle. Error : Cannot resolve symbol 'AndroidNetworking. Please solve the issue.

I think I may have found the sollution for the same you have write this in your Setting.gradel file

maven {
url ("https://jcenter.bintray.com")
}

below the mavenCentral() line and make sure to add the above code to both the places as there you can see two mavenCentral() line in that file

and add the below line in your gradel.properties

android.enableJrtifier=true

@ricky40kr
Copy link

@Imran1z this works. Thanks

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

10 participants