Skip to content

Conversation

@alexfmpe
Copy link
Member

These will be needed for android builds once we're in a newer nixpkgs.

Fixes error message:

* What went wrong:
A problem occurred evaluating root project 'android-app'.
> Could not get unknown property 'proguard' for root project 'android-app' of type org.gradle.api.Project.
Fixes error message:

* What went wrong:
A problem occurred evaluating root project 'android-app'.
> Failed to apply plugin 'com.android.internal.application'.
   > Android Gradle plugin requires Java 17 to run. You are currently using Java 11.
Fixes warnings:

WARNING:: The option setting 'android.enableBuildCache=false' is deprecated.
The current default is 'true'.
It will be removed in version 7.0 of the Android Gradle plugin.
It does not do anything and AGP is now using Gradle caching.

WARNING:: The option setting 'android.enableR8=false' is deprecated.
It will be removed in version 7.0 of the Android Gradle plugin.
You will no longer be able to disable R8
Fixes error:

* What went wrong:
A problem occurred configuring root project 'android-app'.
> Could not create an instance of type com.android.build.api.variant.impl.ApplicationVariantImpl.
   > Namespace not specified. Specify a namespace in the module's build file: /build/android-app/build.gradle. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
Fixes error:

* What went wrong:
Could not determine the dependencies of task ':compileDebugJavaWithJavac'.
> Failed to find Build Tools revision 35.0.0
@alexfmpe alexfmpe mentioned this pull request Sep 25, 2025
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant