

Make sure that you have the following two repositories ( /adle), add the App Distribution Gradle plugin as a In your root-level (project-level) Gradle file The package name value isĬase-sensitive and cannot be changed for your app in Firebase after it's Package name as the app you're distributing. Caution: When you register your app with Firebase, make sure to enter the same Products in the future, be sure to complete all of the steps on the page If you aren't using any other Firebase products, you only have to create a If you haven't already, add Firebase to your Android This guide describes how to distribute APKs to testers using theĪpp Distribution Gradle plugin. Release notes in your app's adle file, letting you configureĭistributions for different build types and variants of your app. The plugin lets you specify your testers and How to find the package.You can integrate App Distribution into your Android build process using theĪpp Distribution Gradle plugin.← How to rotate an image continuously using css.Once download is done, you can change the path and it should work. Select the version, vendor and location for the JDK and click on Download to download it. It will show you another window as like below: If your system doesn’t have any JDK installed, you can click on the Download JDK option in the above window. SDKs installed in your system.Ĭlick on a version that is greater than 11. In my case, 1.8 is selected.Ĭlick on it and it will show you all available options including detected SDKs, i.e. Go to Preferences -> Build, Execution, Deployment -> Build Tools -> Gradle.Ĭheck what is selected in Gradle JDK. If you have JDK installed, it will not take more than a minute. It is pretty simple to solve and the issue is self-explanatory. Run with -info or -debug option to get more log output. Run with -stacktrace option to get the stack trace. changing ` ` in ` gradle.properties `.

changing the JAVA_HOME environment variable.

You can try some of the following options : - changing the IDE settings. > Android Gradle plugin requires Java 11 to run. Build file '/Users/xxx/AndroidStudioProjects/RadioButtons/app/adle' line : 2Īn exception occurred applying plugin request > Failed to apply plugin ''.
