janheinrichmerker / android-issue-reporter

A powerful and simple library to open issues on GitHub directly from your app.
MIT License
118 stars 27 forks source link

Can't build project with last version #73

Closed aminecmi closed 7 years ago

aminecmi commented 7 years ago

Hi,

I'm trying to add the library to my app, but I keep getting this error when trying to build.

Error:Module 'com.afollestad.material-dialogs:core:0.8.5.9' depends on one or more Android Libraries but is a jar

Any way to solve this ?

janheinrichmerker commented 7 years ago

If I get this right, this can be solved by appending @aar to the dependency. I'll look into this next week.

aminecmi commented 7 years ago

Hi,

Sorry for the delay.

Adding @aar causes other bugs.

Error:(6020, 21) No resource found that matches the given name: attr 'md_background_color'.
Error:(6019, 21) No resource found that matches the given name: attr 'md_dark_theme'.
Error:(6026, 21) No resource found that matches the given name: attr 'md_background_color'.
Error:(6025, 21) No resource found that matches the given name: attr 'md_dark_theme'.
Error:(6020, 21) No resource found that matches the given name: attr 'md_background_color'.
Error:(6019, 21) No resource found that matches the given name: attr 'md_dark_theme'.
Error:(6026, 21) No resource found that matches the given name: attr 'md_background_color'.
Error:(6025, 21) No resource found that matches the given name: attr 'md_dark_theme'.
aminecmi commented 7 years ago

@heinrichreimer any news on the issue ?

Would you maybe accept pull requests for this issue ?

janheinrichmerker commented 7 years ago

Of course! I'm always open to PRs

aminecmi commented 7 years ago

Working with 1.3.1