Andrés

Results 29 comments of Andrés

My current workaround is to use [setBackgroundColor](https://github.com/jrvansuita/MaterialAbout/blob/master/library/src/main/java/com/vansuita/materialabout/builder/AboutBuilder.java#L428) and pass the value returned by this method: ```java private int getThemeBackgroundColor() { TypedValue outValue = new TypedValue(); getTheme().resolveAttribute(android.R.attr.windowBackground, outValue, true); return outValue.data;...

If you get this or zero loss while training, double check the consistency of `*_annotations.json`. For example, If you download and export open-images-v6 dataset with [fiftyone](https://voxel51.com/fiftyone/) make sure to: -...

Sure @LikeTheSalad, sorry for the late response. ### Android Studio & Related information ``` Android Studio Chipmunk | 2021.2.1 Patch 1 Build #AI-212.5712.43.2112.8609683, built on May 18, 2022 Runtime version:...

@LikeTheSalad Thanks for giving it a look! Tasks executed when I see the error ``` > Configure project :app AGPBI: {"kind":"warning","text":"Using flatDir should be avoided because it doesn't support any...

@LikeTheSalad Yep, the output from my last comment isn't from the sample project but from the real one. Anyway I'm experimenting the same in both. I actually don't see any...

@LikeTheSalad Yep, I'm available to test any snapshot build and check if fixes this problem. What's weird with this issue: * Why after `Cleaning Project` the path/folder is created properly...

Thanks @LikeTheSalad for providing the snapshot! So what I'm observing is that I don't see [STEM] logs in the build when it's not working compared when it is. ### Logs...

@LikeTheSalad I think this will held some interesting results. I attach you below the full build log (all tasks included) ### Unresolved placeholders [build_log_not_working.txt](https://github.com/LikeTheSalad/android-stem/files/9448084/build_log_not_working.txt) ### Resolved placeholders [build_log_working.txt](https://github.com/LikeTheSalad/android-stem/files/9448085/build_log_working.txt)

Yep, that did it. No longer I can reproduce this error with the `2.2.2-SNAPSHOT` :). I attach anyways the build log of running `./gradlew assembleDebug --info` below. [build_log_after_fix.txt](https://github.com/LikeTheSalad/android-stem/files/9457930/build_log_after_fix.txt)

Thanks a lot for the patience and fixing the issue! Glad that now works :)