smithaaron

Results 7 comments of smithaaron

We are also experiencing this crash. It is reproducible every time on a Galaxy S3 running 4.0.4. The last answer here seems like it may be related http://stackoverflow.com/questions/24105843/choreographer-nullpointerexception

No, don't think so. Have: `minifyEnabled false` in my gradle build file.

I came here to request exactly this. I also use base classes and have to delete this stuff every time I use the plugin.

No. Our workaround is to have 2 instances of the same fragment, one in each section.

Correct me if I'm wrong, but these steps seem to only work with the maven plugin, which is now deprecated. Anyone know how I achieve the same thing with the...

I'm also facing this issue. Builds using a commit hash don't work. I can only use SNAPSHOT builds.

I've worked around this by referencing the tools by their absolute path, e.g. `"$ANDROID_HOME"/build-tools/34.0.0/apksigner`. I assume the issue is that they need to be added to the PATH variable.