Luigi Papino
Luigi Papino
This seems to works for me ``` AndroidDevMetrics.Builder androidDevMetricsBuilder = new AndroidDevMetrics.Builder(this) .enableActivityMetrics(!isRoboUnitTest()) .enableDagger2Metrics(true) .showNotification(true); AndroidDevMetrics.initWith(androidDevMetricsBuilder); public static boolean isRoboUnitTest() { return "robolectric".equals(Build.FINGERPRINT); } ```
Same for me on Ubuntu 15.04 and AndroidStudio 1.4 RC 3 with a fresh project. ``` cast com.spranga.layoutcasttest:41129 as gradle project with /res changed (v1.50922) Fail to exec [u'/home/nietzsche/android_sdk/build-tools/23.0.1/aapt', 'package',...
Duplicated of https://github.com/mmin18/LayoutCast/issues/2
Some duplicated issue: https://github.com/mmin18/LayoutCast/issues/33 https://github.com/mmin18/LayoutCast/issues/39 And this is a sample project to replicate the error: https://github.com/LuigiPapino/LayoutCastTest Ubuntu 15.04 and AndroidStudio 14 RC 3
I tried to execute the example for AndroidStudio in the repository and it works fine. If I try to create a new fresh project, aapt return the error as mentioned...
duplicated of: https://github.com/mmin18/LayoutCast/issues/2
I have the same issue described, and I was just able to see it as an error in the logs. Not sure if it helps. It only happens with two...