scabbard icon indicating copy to clipboard operation
scabbard copied to clipboard

Unclear documentation.

Open lectricas opened this issue 5 years ago • 1 comments

Hi. I'm trying to use this tool and I stumble across some issues. First of all, it's unclear from https://arunkumar9t2.github.io/scabbard/ this page how exactly to install the tool. Where should I put all the gradle lines? Root or project gradle? Does the plugin works alone, or I need to setup gradle files also?

Also, filepath for generated files is wrong for me. I found generated files by this path ./app/build/intermediates/javac/debug/classes/scabbard

Also, even I've installed the plugin I'm unable to find the icon to run the generation.

Thank you!

lectricas avatar Aug 11 '20 12:08 lectricas

Hi apologies for delay in triaging, I am working on revamping the documentation.

The gradle plugin can be applied to either root or app level build.gradle, however root build.gradle is preferred since it will automatically configure all available modules.

Could you please let me know if the following works? Right click on the ./app/build/intermediates/javac/debug/classes/scabbard folder in Android Studio/IntelliJ and Mark Directory as -> Generated sources root. After this, please wait for indexing and let me know if icons appear. Thank you.

arunkumar9t2 avatar Jan 17 '21 18:01 arunkumar9t2