Description of the problem:
When trying to build the SDK with Android Studio on Mac I get:
“error: package android.support.v4.content does not exist”
Affected platform
OS of the development machine
Other information:
The build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.google.gms:google-services:4.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Capacitor version:
1.0.0
node version:
v12.1.0
npm version:
6.9.0
CocoaPods version:
It's Android that's giving issues
Steps to reproduce:
Probably a bug in my system, so don't know how to reproduce it somewhere else.
Link to sample project:
Don't have it
Description of the problem:
When trying to build the SDK with Android Studio on Mac I get:
“error: package android.support.v4.content does not exist”Affected platform
OS of the development machine
Other information:
The
build.gradleCapacitor version:
1.0.0
node version:
v12.1.0
npm version:
6.9.0
CocoaPods version:
It's Android that's giving issues
Steps to reproduce:
Probably a bug in my system, so don't know how to reproduce it somewhere else.
Link to sample project:
Don't have it