frakbot / GlowPadBackport

A backport of the Android 4.2 GlowPadView that works on the SDK on API levels 4+
246 stars 85 forks source link

Can't import on Android Studio project. #14

Closed ppamorim closed 8 years ago

ppamorim commented 9 years ago

If I add this library on my project, it broke my build.

rock3r commented 9 years ago

Can you please explain what you're doing and what's going on? Can't really tell much from this half sentence.

Lir10 commented 9 years ago

Cant import too , im getting: Error:(48, 13) Failed to resolve: net.frakbot:glowpadbackport:2.1.1

Lir10 commented 9 years ago

looks like thers something wrong with net.frakbot

i tryied to compile 'net.frakbot.glowpadbackport:glowpadbackport:2.1.0'

and it's compiling for some reason but doesnt work with the layout

nickaein-a commented 8 years ago

+1

cuongloveit commented 8 years ago

Me too. Who can help me...

cmendes0101 commented 8 years ago

Try adding this in build.gradle: repositories { maven { url "http://dl.bintray.com/frakbot/maven" } } Or you can manually build and create the couple files needed for keystore and local.properties.

EDIT: You'll need to import xml and drawables to get it to work like the example ones. Its pretty quick to copy those over.

cuongloveit commented 8 years ago

ok tks. let me try it :)

rock3r commented 8 years ago

The package is on jCenter... https://bintray.com/bintray/jcenter?filterByPkgName=GlowPadBackport

rock3r commented 8 years ago

If you click on the "Set me up" link on Bintray you'll see that you need to do what @cmendes0101 has said already. Unfortunately for some reason publishing it to jCenter without linking it to Maven Central makes it not resolve sometimes... which is weird. But at this time I can't get it linked to Maven central because JFrog are putting up some (valid) issues that take too much time to solve.