Boris Farber
Boris Farber
Thanks Loius. We would like to understand better the points you raised: * We have snippets: [SimpleConfig](https://github.com/android/android-studio-poet/blob/master/ConfigCompact.json) and [FullConfig](https://github.com/android/android-studio-poet/blob/master/ConfigFull.json) * How would you like to see the documentation, layout structure...
in build.gradle ``` groovy dependencies { ... implementation project(':module4') // generated compile project(':androidAppModule1') } ``` And in activity ``` java @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // Set the...
cc @NikitaKozlov
These are my tests, to support the feature fully we need to upgrade the dependencies system, for Android modules to be dependent on other Android modules
This is the minimal code I generated and updated by hand to understand the scope of generated code, thus setContentView twice is the minimal code to actually use resources from...
ClassyShark on Android is a side project that we don't actively maintain. You should use ClassyShark on desktop. Having said that, always happy for pull requests to fix the things
Not sure I have enough time ... happy for pull requests :)
Please provide an exception trace
ClassyShark has callbacks for loading mapping files and changing the class/method/filed names. The responsibility for parsing the mapping file and keeping the mappings is on the developer. I will find...
Something is broken with the APK, have you tried to run ClassyShark from command line (java -jar ClassyShark.jar) and inspect the exceptions