trebleshot / android

An open-source app that allows you to transfer files one to one securely or using a browser, all without the internet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't resolve: Unresolved reference: GlideApp

UltraBurstXD opened this issue · comments

Hi,

I can't figure out org.monora.uprotocol.client.android.GlideApp. Is the method missing here or something? I'm receiving many errors because of it. Where does it comes from?

It is created by the annotation processor. The fact that you are getting this error doesn't mean that it is the cause. It is highly likely that you have a misconfigured build setup. The app should just build since the CI builds are passing. Restarting the IDE might help if it is behaving weirdly.

Compiler says Class "ApplicationGlideModule" is never used. May that also contribute too?

It means the source files that are going to use that source file are yet to be generated.

What happened to FilePickerActivity, FileExplorerFragmentand DonationActivity referenced in layout files activity_filepicker, activity_file_explorer, activity_donation (Maybe there are more...)? I'm trying to get rid of some errors before rebuild the project once more.

All of those those files were removed. I am not sure why you are seeing them. I suggest you check your source tree. You might have made mistake while merging the upstream.

I am closing this issue now. I hope this resolves your problem!