Questions tagged [android-gradle-7.0]

19 questions
0
votes
0 answers

Why does the AGDE extension for Visual Studio claim there are two APKs?

My game has been building find with AGDE in Visual Studio 2022 for some time. I recently updated to the latest AGDE plug-in and NDK and now the packaging step generates this…
0
votes
0 answers

Android Library .aar file dependencies are not supported using flatDir, Gradle 7+

I got 2 questions to ask. I tried Google and all stackoverflow similar question but I couldn't find a solution. Appreciate it much if you could help, thanks. I have upgraded to honeycomb, target & compileSDKVersion 31, buildToolsVersion '31.0.0'and…
SY MY
  • 91
  • 1
  • 7
0
votes
1 answer

org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.android.application', version: '7.0.0-rc01'] was not found

After updating my Adnroid Studio to Android Studio 2021.1.1 RC 1 and wanted to increase the Android Gralde plugin from 7.1.0-beta05 to 7.0.0-rc01 . Unfortunately I get Plugin [id: 'com.android.application', version: '7.0.0-rc01'] was not found in…
Ralf Wickum
  • 2,850
  • 9
  • 55
  • 103
-3
votes
1 answer

Android gradle plugin update to version 7.0

I want to update to android gradle plugin 7.0. Is there any way I could test what changes I will be required to do in my project or code? Is there any preview tool in android studio?
1
2