skip to Main Content

Android Studio – Why the progress bar does not appear?

What I'm doing is make a activity to request JSON from an api. I need the progress bar to show up during processing. Here is my xml code <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".WebService" android:orientation="vertical"> <TextView…

VIEW QUESTION

Android Studio – My Flutter app cloned from the GitHub doesn't run and show these errors. I'm new to flutter. I changed Sdk version to 30, 31 but it didn't work

Launching libmain.dart on Android SDK built for x86 in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction One or more issues found…

VIEW QUESTION
Back To Top
Search