Hristo Hristov

Results 93 comments of Hristo Hristov

It looks a bit ugly and confusing. I hope you continue improving on the new UI. The older status bar UI felt more intuitive.

> Thank you for keeping the status bar. This update was a much better experience than when the status bar suddenly disappeared last time :) > > The new configurability...

In my project I have one folder and no Test Presets. Also I don't think that Debug and Launch makes sense without a launch.json settings file. Can unnecessary elements be...

Finally! I think there are other older requests related to this one. They probably should be linked?

Please investigate if there are also other areas where we'd like to be able to reset to the default state.

I am not sure that I see your point. Gradle produces "debug" and "release" folders for each library, doesn't it? But then they are smashed into the same output directory...

Well, then it may be reasonable to explain that explicitly why and how in the documentation.

Just a suggestion: another valuable sample would be to show how to do all of this in the gradle script: ``` # copy out the lib binary... need to leave...

``` set_target_properties(gmath PROPERTIES ARCHIVE_OUTPUT_DIRECTORY "${distribution_DIR}/gmath/lib/${ANDROID_ABI}") set_target_properties(gperf PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${distribution_DIR}/gperf/lib/${ANDROID_ABI}") ``` How can this be done from Gradle? The idea is if you have libraries' source code, which you can include...