简体   繁体   中英

Ionic 2 with MobileFirst 8

I am new to Ionic 2 with MobileFirst 8, Upto my knowledge i have installed Mobilefirst Server and MFP CLI Globally. I created Ionic project with android platfrom then i installed Cordova-plugin-mfp. When i tried to run ionic cordova emulate android throws

Error: Failed to prepare plug-in for android : An unexpected error occurred. Contact IBM support. [ERROR] An error occurred while running cordova emulate android (exit code 1).

Below are my System Details.

cli packages: (/usr/local/lib/node_modules)

@ionic/cli-utils  : 1.18.0
ionic (Ionic CLI) : 3.18.0

global packages:

cordova (Cordova CLI) : 7.0.1 

local packages:

@ionic/app-scripts : 3.1.6
Cordova Platforms  : android 7.0.0
Ionic Framework    : ionic-angular 3.9.2

System:

Android SDK Tools : 26.1.1
ios-deploy        : 1.9.2 
Node              : v6.11.0
npm               : 3.10.10 
OS                : macOS Sierra
Xcode             : Xcode 9.1 Build version 9B55 

Before i Execute emulate command, executed mfpdev app register the app registered in my MobileFirst console then i moved with mfpdev app webupdate It throws other error

Error: Web resources could not be deployed for platform: android
Error: The mfpdev app webupdate command failed: ERRORDURINGEXTERNALSCRIPT

Can Anyone tell what is wrong in my environment and suggest some link for brief about Ionic 2 with Mobilefirst 8. Thanks in advance.

Currently the Cordova android platform versions supported by the MobileFirst plug-ins, is: cordova-android: >= 6.1.2 and < 7.0

Try using command 'cordova platform add android@6.1.2'.

For more details see here : https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/application-development/sdk/cordova/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM