• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

build.gradle

  1. F

    I'm getting an error when I build my react native based android app to expo.

    I've tried to build my react native based app to expo running "eas build -p android" command using Visual Studio Code. Unfortunately build process failed while "run gradlew" phase. How can I fix this failure? Error log message from expo is as follow: Build process on expo is:
  2. Zorphan

    build.Gradle Project file problem

    So im up to step3 of Firebase setup.. paste code onto Project-level build.gradle (/build.gradle).. but the file doesnt have Dependancies or Repositorie on the file.. Here is a copy of my build.Gradle Project file.. // Top-level build file where you can add configuration options common to all...
  3. steve

    Apps Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment

    If you happen to run across this build error: What you need to do is open your project build.gradle file and replace classpath 'com.android.tools.build:gradle:2.0.0-alpha2' with classpath 'com.android.tools.build:gradle:2.0.0-alpha3' It wouldn't hurt to update your Android SDK too.