Tag: android

  • Android Studio androidTest sourceSets gradle not recognized

    Android Studio (app) build.gradle sourceSets androidTest java.srcDir property may not be recognized when using the array format of this source directory property setting. BAD sourceSets { androidTest { java.srcDirs = [‘androidTest/java’] } } GOOD sourceSets { androidTest { java.srcDir file(‘androidTest/java’) } } For setting up Robotium UI / Integration testing, it’s important that your androidTest source directory…

  • Android Security Fix MMS Flaw

    Android security fix MMS flaw – Turn Off MMS Message Auto retrieve. Below is only a workaround for Android’s MMS Security Flaw (aka Stagefright) Please update your Android phone ASAP.  There are several other flaws related to Stagefright that this workaround will not help! Android Security Fix Steps Step 1 – Hangouts or Messaging If you’re…