79826996

Date: 2025-11-21 22:52:17
Score: 0.5
Natty:
Report link

If you get

android.content.res.Resources$NotFoundException: unknown resource 2131362072

try using

android {    
    testOptions {
        unitTests {
            includeAndroidResources = true
        }
    }
}

in your build.gradle

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pavelperc