FireZenk / AudioWaves

Shows a graphic representation of the sounds captured by the microphone on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to resolve org.firezenk:audiowaves:1.1

gamebusterz opened this issue · comments

I tried :

  1. Adding maven { url 'https://github.com/FireZenk/maven-repo/raw/master/'} in build.gradle (Project) [No errors] but can't add Visualizer to Layouts.
  2. Also adding compile 'org.firezenk:audiowaves:1.1@aar' in build.gradle (Module) . [Error] Failed to resolve org.firezenk:audiowaves:1.1
  3. Only adding compile 'org.firezenk:audiowaves:1.1@aar' in build.gradle (Module). [Error] same as above.

#11 I was adding the repositories dependency to the project/build.gradle as there was no repositories block in app/build.gradle . Updated the README to make it clearer.