Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

570
Views
Gradle Build Failed React native: > com.android.builder.errors.EvalIssueException: compileSdkVersion no está especificado. Agréguelo a build.gradle

Hola chicos, tengo el siguiente error al intentar compilar mi aplicación con gradle compileSdkVersion is not specified aunque ya declaré compileSdkVersion en el archivo build.gradle

aquí está el error ingrese la descripción de la imagen aquí

Y aquí mi archivo build.gradle

 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { buildToolsVersion = "30.0.2" minSdkVersion = 24 compileSdkVersion = 30 targetSdkVersion = 30 ndkVersion = "20.1.5948944" googlePlayServicesVersion = "+" // default: "+" firebaseMessagingVersion = "+" // default: "+" kotlinVersion = "1.5.0" } repositories { google() mavenCentral() } dependencies { classpath("com.android.tools.build:gradle:4.2.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { mavenCentral() mavenLocal() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url("$rootDir/../node_modules/react-native/android") } maven { // Android JSC is installed from npm url("$rootDir/../node_modules/jsc-android/dist") } google() jcenter() maven { url 'https://www.jitpack.io' } } }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!