-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Symbol error #4987
Comments
@hao41815w It looks like apache http client is not linkable. Since it is deprecated, I suspect you were caught in a middle of a breaking migration. @tobiasKaminsky Another library upgrade? |
be fixed via #4900 |
So how can I build this app on my PC? |
@hao41815w please wait for #4900 to be merged (within today, the issue will auto close then) |
So can I build this app within 24 hours? |
As soon as this issue closes you can pull the master again and it will build and yes that is likely within less than 24 hours |
Ok, thanks |
@hao41815w master should work again now |
"A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution" This is my building issue. |
see https://drone.nextcloud.com/nextcloud/android/11949/1/2 |
error: cannot find symbol class RequestEntity
private NameValuePair[] convertMapToNVP(Map<String, String> map) {
^
....
I can't build Gradle this project now.
I have been built this project before.
But now it isn't working.
Can you explain this or can you update this project?
Thanks
The text was updated successfully, but these errors were encountered: