Fast-Android-Networking
Fast-Android-Networking copied to clipboard
AndroidNetworking.initialize(getApplicationContext()); Not working
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.
This might be the issue - https://github.com/amitshekhariitbhu/Fast-Android-Networking/issues/307 Because Jcenter is going to shutdown soon or may be already shutdown.
I Have already followed all steps and the issue #307 guidelines but issue still exist
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)
i am also on Latest android Studio
On Wed, Apr 13, 2022 at 11:04 AM Jayant Navrange @.***> wrote:
I am on latest Android Studio,you may need to update it.Its working fine for me.
— Reply to this email directly, view it on GitHub https://github.com/amitshekhariitbhu/Fast-Android-Networking/issues/585#issuecomment-1097593201, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYVB2TSMZAAXBKLSA47CPJDVEZPU5ANCNFSM5TCDG6WA . You are receiving this because you commented.Message ID: @.*** com>
Oh than, there's something else that needs to fixed by your side or in the dependency itself.
Sure thanks
On Wed, Apr 13, 2022 at 3:29 PM Jayant Navrange @.***> wrote:
Oh than, there's something else that needs to fixed by your side or in the dependency itself.
— Reply to this email directly, view it on GitHub https://github.com/amitshekhariitbhu/Fast-Android-Networking/issues/585#issuecomment-1097883665, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYVB2TQKULVXA757AWERIGTVE2OXDANCNFSM5TCDG6WA . You are receiving this because you commented.Message ID: @.*** com>
I have the same problem!
Same Problem. Tell me solution
Same Problem. Tell me solution
Check this out - https://github.com/amitshekhariitbhu/Fast-Android-Networking/issues/307
Hey I am also facing same issue, AndroidNetworking is not show in the onCreate method after implement on gradle file.
same happens with me
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
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
@Imran1z this works. Thanks