-
We have this crash repeated hundreds of times each month. It is basically our major crash reason in the app. I have seen that the issue is coming during inflation, and seems related to view pump. Is i…
-
Hi again,
I am facing this error, And the app does not compile
```
Android resource linking failed
ir.mahdi.circulars.app-mergeDebugResources-32:/values/values.xml:4818: error: resource dimen/abc_…
-
I am currently extending my Activity by FragmentActivity. so I get errors if I just add a getDelegate() since FragmentActivity does not have a method for that so I can not override it. Any suggestions…
-
I can not seem to find any examples of Reword.reword() working for DialogFragment or even a fragment? These might be corner cases where something is done differently from a Activity?
-
I created a new project in Android Studio Chipmunk | 2021.2.1
The project has now the following dependencies:
```
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implemen…
-
Caused by android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f08018e
at android.content.res.ResourcesImpl.getResourceName(ResourcesImpl.java:273)
at androi…
-
Fatal Exception: java.lang.IllegalAccessError
Interface androidx.core.widget.m implemented by class androidx.appcompat.widget.AppCompatImageView is inaccessible (declaration of 'androidx.appcompat.wi…
-
编译报错如下
FAILURE: Build failed with an exception.
> java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Cannot read debug info for @Aspect to handle formal binding in pointcuts …
-
I include in my-dynamic-delivery module - aar lib as dependencies
`implementation files('libs/sdk-2.0.11.aar')`
in this case MaterialButton inside my-dynamic-delivery and sdk-2.0.11.aar stops displa…
-
Hi. It seems after https://github.com/B3nedikt/restring/issues/96 fixes _(view pump version dev.b3nedikt.viewpump:viewpump:4.0.8)_
there is new crashes appears when app use custom view and obfuscatio…