When attempting to complete your task, you receive the following error message: “Please remove usages of jcenter() Maven repository from your build scripts / JCenter is at end of life“. It is one popular mistake that every programmer makes. So, ...
ITtutoria Latest Articles
Solve “Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8” Error
Java 11 was released earlier this year and if you are using Android Studio 3.2, you may get the error message, “Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8”. This can be frustrating for ...
Android: shadow of Image in ImageView – How to draw it?
Shadow formation is not considered as a true image. Since shadows are formed by lack of light within the space as a result of having an opaque thing within the path of light, while image is created by light caused ...
Tips On Dealing With The Error “Can’t create new Kotlin project after updating to Android Studio 4.2”
Android Studio 4.2 has introduced a lot of new features for Android development, but there’s one issue with the new tooling that may affect you. As of now, the new tooling is not compatible with Kotlin. In case you’re getting ...
Tips On Solving The Error “android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify”
While developing any android application, at some point or the other we might come across an error ‘android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify’. Here are some tips to ...
Tips On Fixing The Error “error: package android.support.v4.content does not exist import android.support.v4.content.FileProvider”
In Android, you can use FileProvider to allow other apps to access files that reside on the external storage. The error “error: package android.support.v4.content does not exist” is thrown if you try to import android.support.v4.content.FileProvider into your Android App. Read ...
Solving Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager Error
While executing a project on Android Studio, we faced the ”Installed Build Tools revision 31.0.0 being corrupted. Remove and install again using the SDK Manager” error. In the following article, let’s explain all the possible answers for this error! What ...
Amazing Solutions For “Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter” Error?
Android Studio was first announced at the Google I/O conference in 2013 and released to the public in 2014 after various beta versions. Before it was released, Android developers often used tools like Eclipse IDE, a generic Java IDE that ...