humblerookie / dimenify

An android studio plugin for creating scaled dimension values for different pixel buckets
25 stars 6 forks source link

Generate option doen't appear. #16

Open marcthai opened 4 years ago

marcthai commented 4 years ago

Hi,

The plugin is not working for me in Android Studio (version 3.4.2).

I have installed the plugin dimenify.jar in my project in Android Studio and added the next line to my gradle file: implementation project(path: ':dimenify-plugin' ) After that I synced the gradle file and rebuild my project. Still the generate option after right click in my dimens.xml does not appear. What could cause this? Thank you in advance, Marc

humblerookie commented 4 years ago

Thanks for reporting this, I'll take a look today.

humblerookie commented 4 years ago

Hey this is not a gradle plugin, this is more of an android studio plugin please take a look at https://www.jetbrains.com/help/idea/managing-plugins.html. Let me know if this is still an issue