rozdoum / social-app-android

Build your social app for Android with the code template that includes the following key features for social networks as likes, comments, posts, image uploads, etc.
Apache License 2.0
450 stars 266 forks source link

cannot resolve symbol GlideApp #93

Open ritikargar99 opened 4 years ago

muhammadkamranlatifraza commented 4 years ago

any solution???

berkdurmus commented 4 years ago

I know it is too late to answer but for those of you currently working on this issue: there are duplicate source files in your build directory. When this error happens to me I checked my BuildConfig.java file.Just delete the BuildConfig 2.java file. Usually it duplicates idk why but it saves the day. Also, output.json, app-debug.apk and values.xml files could be duplicated during the runtime. I recommend you to use some duplicate finder app. It is very useful for that cases.