-
Hello,
I have an issue when trying to import dji sdk to android app.
Registering app crashes the app because of this error :
`java.lang.IllegalStateException: Method addObserver must be ca…
-
Double checked, the credentials login github website is OK, but failed for gitclub app
-
Error: error: cannot find symbol class BR
It argues on Data Binding.
Here is my dependencies list:
```
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implement…
-
xx: The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to begin with. Further reading: https://github.com/Reactiv…
ghost updated
4 years ago
-
Hi, In **pacbot/jobs/pacman-qualys-enricher**,there is a dependency **org.apache.httpcomponents:httpclient:4.5.2** that calls the risk method.
[CVE-2020-13956](https://cve.mitre.org/cgi-bin/cvename…
-
Since client-hc uses OkHttp 3, is there a reason why directions-api-clients/java is still with OkHttp 2?
It's a bit inconvenient (specially on Android) to include double similar http libs, if want …
-
As written in your SDK:
"Hiding of buttons
To hide some particular button you will need to extend PlayerControlsView and override render method."
We tried to do this and got build errors relate…
-
-------------------------------------------------------------------------------------------------------------------
build.gradle:
apply plugin: 'com.android.application'
apply plugin: 'android-apt'…
-
### Version report
Jenkins and plugins versions report:
```
Jenkins :
Debian 8 64bit
Openjdk version "1.8.0_171"
Jenkins 2.263.4
Metrics Plugin (metrics): 4.0.2.7
PAM Authentication plug…
henti updated
1 month ago
-
I used class `KotlinCustomer` from example app.
After project was built everything is Ok with generated class `KotlinCustomerMapper` (it has all declared fields) but when I deploy app onto my device `…