@PuntoNet wrote:
Hi , im beginner developer in Ionic.
cli packages: (c:\xampp\htdocs\projectsMovil\PudApp\node_modules)@ionic/cli-plugin-cordova : 1.6.1 @ionic/cli-plugin-ionic-angular : 1.4.1 @ionic/cli-utils : 1.7.0 ionic (Ionic CLI) : 3.7.0
global packages:
Cordova CLI : 6.5.0
local packages:
@ionic/app-scripts : 2.1.3 Cordova Platforms : android 6.1.2 Ionic Framework : ionic-angular 3.6.0
System:
Android SDK Tools : 26.0.1 Node : v6.10.3 OS : Windows 10 npm : 3.10.10
Im trying to compile app using gms:play-services firebase… etc. its ok. My real problem is when its compile app and show me this error:
Parsing json file: C:\xampp\htdocs\projectsMovil\PudApp\platforms\android\google-services.json
:generateDebugResources:mergeDebugResources
UP-TO-DATE
:processDebugManifest
UP-TO-DATE
:processDebugResources
FAILEDBUILD FAILED
Total time: 3.176 secs
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:processDebugResources’.Error: A library uses the same package as this project: io.itsoluciones.starter
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Error: cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.What went wrong:
Execution failed for task ‘:processDebugResources’.Error: A library uses the same package as this project: io.itsoluciones.starter
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.[ERROR] Cordova encountered an error.
You may get more insight by running the Cordova command above directly.[ERROR] An error occurred while running cordova run android (exit code 1).
Reseaching in google only say this in starkoverflow but a dont believe to be my case.
“Have you tried changing/removing duplicated applicationId from the defaultConfig in library’s build.gradle? That should resolve your issue.”
Hope your help plz. thank friends.
Posts: 1
Participants: 1