Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear documentation. #62

Open
lectricas opened this issue Aug 11, 2020 · 1 comment
Open

Unclear documentation. #62

lectricas opened this issue Aug 11, 2020 · 1 comment
Labels
module:documentation module:gradle-plugin Label to mark all discussions about gradle plugin module:intellij Label to mark all discussions about IDEA plugin
Milestone

Comments

@lectricas
Copy link

lectricas commented Aug 11, 2020

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!

@arunkumar9t2 arunkumar9t2 added module:gradle-plugin Label to mark all discussions about gradle plugin module:intellij Label to mark all discussions about IDEA plugin module:documentation labels Jan 17, 2021
@arunkumar9t2 arunkumar9t2 added this to the 0.5.0 milestone Jan 17, 2021
@arunkumar9t2
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:documentation module:gradle-plugin Label to mark all discussions about gradle plugin module:intellij Label to mark all discussions about IDEA plugin
Projects
None yet
Development

No branches or pull requests

2 participants