简体   繁体   中英

Audio visualization by GautamChibde

I wanted to use the audio viewer made by GautamChibde https://github.com/GautamChibde/android-audio-visualizer But in the rendering I can't see it. It gives me this error: java.lang.ClassNotFoundException:android.media.audiofx.Visualizer$OnDataCaptureListener

Anyone by any chance know where the problem is???

在此处输入图像描述

build.gradle: 在此处输入图像描述

activity.xml:

<com.chibde.visualizer.SquareBarVisualizer
    android:id="@+id/visualizer"
    android:layout_width="match_parent"
    android:layout_height="250dp"/>

thanks.

do you try rstart IDE for your android studio or clicked repair IDE in 5 steps for ur project? if you don't that:

 1- click file tab 
 2-then Restart IDE and reopen it 
 3- and if not fix and show click file
 4- Repair IDE in 5 steps in down your split layout if not fix
 5- click Invalidate Cashes and Restart in the same file tab 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM