@robgore1 wrote:
Build fails after adding Native DocumentViewer to a blank starter project
Could not resolve all files for configuration ‘:app:debugCompileClasspath’.
https://jcenter.bintray.com/android/arch/core/common/1.1.0/common-1.1.0.jarThis can be “fixed” by modifying platforms/android/build.gradle
and putting maven in front of jcenter()But doing that breaks the telerik-verified-imagepicker at runtime.
Does anyone have an idea what I could try to resolve this?
ionic info:
cli packages: (C:\Users\rob.gore\AppData\Roaming\npm\node_modules)@ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0global packages:
cordova (Cordova CLI) : not installedlocal packages:
@ionic/app-scripts : 3.1.10 Cordova Platforms : android 7.0.0 Ionic Framework : ionic-angular 3.9.2System:
Android SDK Tools : 26.1.1 Node : v8.9.3 npm : 5.6.0 OS : Windows 8.1Environment Variables:
ANDROID_HOME : C:/Users/rob.gore/AppData/Local/Android/SdkMisc:
backend : propackage.json:
{
“name”: “pdfviewer”,
“version”: “0.0.1”,
“author”: “Ionic Framework”,
“homepage”: “http://ionicframework.com/”,
“private”: true,
“scripts”: {
“clean”: “ionic-app-scripts clean”,
“build”: “ionic-app-scripts build”,
“lint”: “ionic-app-scripts lint”,
“ionic:build”: “ionic-app-scripts build”,
“ionic:serve”: “ionic-app-scripts serve”
},
“dependencies”: {
“@angular/animations”: “5.2.11”,
“@angular/common”: “5.2.11”,
“@angular/compiler”: “5.2.11”,
“@angular/compiler-cli”: “5.2.11”,
“@angular/core”: “5.2.11”,
“@angular/forms”: “5.2.11”,
“@angular/http”: “5.2.11”,
“@angular/platform-browser”: “5.2.11”,
“@angular/platform-browser-dynamic”: “5.2.11”,
“@ionic-native/core”: “4.7.0”,
“@ionic-native/document-viewer”: “^4.7.0”,
“@ionic-native/splash-screen”: “4.7.0”,
“@ionic-native/status-bar”: “4.7.0”,
“@ionic/storage”: “2.1.3”,
“cordova-android”: “7.0.0”,
“cordova-plugin-device”: “^2.0.2”,
“cordova-plugin-document-viewer”: “^0.9.10”,
“cordova-plugin-ionic-keyboard”: “^2.0.5”,
“cordova-plugin-ionic-webview”: “^1.1.19”,
“cordova-plugin-splashscreen”: “^5.0.2”,
“cordova-plugin-whitelist”: “^1.3.3”,
“ionic-angular”: “3.9.2”,
“ionicons”: “3.0.0”,
“rxjs”: “5.5.11”,
“sw-toolbox”: “3.6.0”,
“zone.js”: “0.8.26”
},
“devDependencies”: {
“@ionic/app-scripts”: “3.1.10”,
“typescript”: “~2.6.2”
},
“description”: “An Ionic project”,
“cordova”: {
“plugins”: {
“cordova-plugin-whitelist”: {},
“cordova-plugin-device”: {},
“cordova-plugin-splashscreen”: {},
“cordova-plugin-ionic-webview”: {},
“cordova-plugin-ionic-keyboard”: {},
“cordova-plugin-document-viewer”: {}
},
“platforms”: [
“android”
]
}
}
Posts: 1
Participants: 1