A Place to Store My Cache
  • About
  • Archives

Error Launching Android Emulator

Date Sat 20 May 2017 Category dev Tags android / android-studio / emulator / ubuntu

After setting up a new Ubuntu 17.04 system with Android Studio 3.0 Canary 1, I wasn't able to launch the Android emulator. The console error message showed:

Emulator: libGL error: unable to load driver: i965_dri.so
Emulator: libGL error: driver pointer missing
Emulator: libGL error: failed to load …

View comments.

more ...

Take Screenshot on Failure When Running Espresso Tests

Date Thu 09 February 2017 Category dev Tags espresso / android / uiautomator / junit

When running Espresso tests I wanted a way to save screenshots of the app under test whenever a test failed. This feature isn't currently supported and all of the solutions online seemed overly complex due to supporting older test tool versions, like manually parsing the stack trace for the method …

View comments.

more ...

Target a Specific Device in Android Gradle

Date Fri 13 February 2015 Category android Tags android

My Android Open Source Project (AOSP) bug fix has been approved and merged, officially making me an AOSP contributor sponsored by Amazon! This is a very exciting milestone for me and I'm looking forward to fixing future bugs (some that I've already found).

The Android Debug Bridge (ADB) command-line tool …

View comments.

more ...

Enable Developer Mode on Nexus 7 + Easter Eggs

Date Wed 03 April 2013 Category android Tags android / nexus 7

Enable Developer Mode on Nexus 7

Nexus 7 Developer Mode Notification

Go to Settings then About tablet.

Keep tapping "Build number" for a total of 7 times. After the third tap you will see a toaster notification that says "You are four steps from being a developer". Continue to tap until you get "No need …

View comments.

more ...

About Kevin Brotcke
This is the personal blog of Kevin Brotcke, software engineer and tech nerd.

  • Social

    • github
    • goodreads
    • linkedin
    • stackoverflow
  • Categories

    • android
    • dev
    • ebooks
    • linux
    • pdf
    • testing
    • windows
  • Tags

    • android
    • bat
    • chromebook
    • cli
    • cmd
    • cr-48
    • java
    • pdf
    • surface
    • windows

© 2017 Kevin Brotcke · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top