-
Notifications
You must be signed in to change notification settings - Fork 594
API is not giving any result. #126
Comments
build.gradle(project) buildscript {
} allprojects {
} task clean(type: Delete) { build.gradle(Module:app) android {
} dependencies {
} AndroidMenifest.xml
MainActivity.java import androidx.annotation.Nullable; import android.content.Intent; import com.google.api.client.extensions.android.http.AndroidHttp; import org.apache.commons.io.IOUtils; import java.io.FileNotFoundException; public class MainActivity extends AppCompatActivity {
} activity_main.xml
|
Logcat file |
I am working on a project where I have to transcribe a prerecorded audio file. I tried using your demo project but it didn't work for me, then I tried making another app but it is not giving me any result. I am commenting the code and my sample files below.
The text was updated successfully, but these errors were encountered: