I\'ve been reading the other posts on tracking down the reasons for getting a SIGSEGV in an Android app. I plan to scour my app for possible NullPointers relate
SIGSEGV
Add these two lines to your build.gradle in the android section:
android{ compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 } }