-
I keep getting the same error when using `auto-value-parcel` and `auto-value-firebase`. The project works without adding their dependencies and usages. But when I add them back the problem returns. Pl…
-
```
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
if (!Settings.System.canWrite(activity)) {
Intent intent = new Intent(Settings.ACTION_MANAGE_WRITE_SETTINGS);
…
-
Hi. Some time ago I integrated OneSignal to some projects and all was fine. At the new one something goes wrong.
### After integrated at the start of running I have a error msg:
```
java.lang…
-
- [ ] I have searched [existing issues](https://github.com/facebook/litho/issues) and this is not a duplicate
## Feature Request
A RxJava/2 extension for Recycler events, something like RxBinding
…
-
Note: I can not visit the Google Groups
### Expected behavior
No Exception raised.
### Actual behavior
```
04-18 10:06:32.811 3668-3668/com.medzone.redisson E/AndroidRuntime: FATAL EXCEPTIO…
-
When generating a signed APK with the ProdRelease build, I get these errors:
```
C:\Code\GitHub\apps-android-commons\app\build.gradle
Error:Error: commons-logging defines classes that conflict wi…
-
-
What is the right way to implement onEditorActionListener in RxBinding2 ?
-
only import rxbinding2 couldnt find Action1
import rxjava2 Compile error
could give some example
-
The project I'm working on is stuck on `compileSdkVersion 23` for dependency reasons. My `buildToolsVersion`is set to `25.0.2`. Under my dependencies I have `compile 'com.android.support:support-v4:23…