Rohan Singh
Rohan Singh
Getting an error tried to implement way you said in your caster.io lecture. ``` ERROR: Failed to resolve: androidx.appcompat:appcompat: Affected Modules: app ERROR: Failed to resolve: androidx Affected Modules: app...
`Caused by com.getkeepsafe.relinker.b: Could not find 'libjni_latinime.so'. Looked for: [armeabi-v7a, armeabi], but only found: []. at com.getkeepsafe.relinker.ApkLibraryInstaller.installLibrary(ApkLibraryInstaller.java:175) at com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal(ReLinkerInstance.java:180) at com.getkeepsafe.relinker.ReLinkerInstance.loadLibrary(ReLinkerInstance.java:136) at com.getkeepsafe.relinker.ReLinker.loadLibrary(ReLinker.java:70) at com.getkeepsafe.relinker.ReLinker.loadLibrary(ReLinker.java:51) at com.android.inputmethod.latin.utils.JniUtils.(JniUtils.java:30) at com.android.inputmethod.latin.utils.JniUtils.loadNativeLibrary(JniUtils.java) at...
``` Could not find method google() for arguments [] on repository container. Open File [ScreenShot]((https://user-images.githubusercontent.com/23017590/39396232-1554a37e-4b08-11e8-85c8-4cef84f82df9.png)) ``` Tried to add google() method in Project build ``` allprojects { repositories { jcenter()...
**Describe the bug** I have a json which contains the URL of the audio file, right now this is sample URL, when passed as string object it doesn't process the...
As the title suggested whenever I try to customize waveform width with the following line, the waveform take the full width of the screen ```kotlin AudioWaveform( modifier = modifier.fillMaxWidth(0.75f) )...