Thursday, May 5, 2016

error: undefined reference to '__android_log_print' in Android Studio 2.1

Need load the android log lib in app/build.gradle:

    android.ndk {
        moduleName = "[the_module_name]"
        ldLibs.addAll(['android', 'log'])
    }

Enable HP Zbook Thunderbolt 3 Dock on Ubuntu

As mention in previously post, I installed Ubuntu on my HP ZBook. After two days used all things work just fine, but the Thunderbolt 3 Dock ...