André Borud

Results 4 comments of André Borud

None of the above suggestions have worked for me. This is the error I get: ``` Error:Could not find com.roughike:bottom-bar:2.0.2. Required by: Project:app:unspecified Search in build.gradle files ``` Could it...

Thanks dude! Now it works. Was only missing: ``` allprojects { repositories { jcenter() maven{ url "https://dl.bintray.com/roughike/maven/" } } } ```

I have the sam problem where the fixture can not be found. Using Karma 3.0.0 and 0.2.6 of this plugin. I added a log message to ficture.js in the load()...