OBDX SERVICING APPLICATION

This document includes following topics:

1.1 Prerequisites

OBDX Android App is supported on Android 6 and above versions.

18.2 App will not work for Android 5 and below versions

Mobile App Builder-Android

Mobile App Builder-Android

Mobile App Builder-Android

1.2 1.2 Create project

Mobile App Builder-Android

Mobile App Builder-Android

 

Mobile App Builder-Android

Mobile App Builder-Android

Mobile App Builder-Android

Mobile App Builder-Android

Mobile App Builder-Android

1.3 Adding UI to workspace

Use any 1 option below

npm install -g grunt-cli
npm install
set IS_GRUNT=true
node render-requirejs/render-requirejs.js mobile
npm install cwebp-bin

Copy "vendor" directory from _build/node_modules/cwebp-bin/ to _build/node_modules/gruntcwebp/node_modules/cwebp-bin

grunt --max_old_space_size=5120 mobilebuild --platform=android

Linux -

sudo npm install -g grunt-cli
sudo npm install
export IS_GRUNT=true
node render-requirejs/render-requirejs.js mobile
npm install cwebp-bin

Copy "vendor" directory from _build/node_modules/cwebp-bin/ to _build/node_modules/gruntcwebp/node_modules/cwebp-bin

grunt --max_old_space_size=5120 mobilebuild --platform=android

Delete originations folder inside images (images/originations) and ensure webhelp folder is not copied.

1.4 Importing in Android Studio

Open Android Studio

Mobile App Builder-Android

As shown below

Mobile App Builder-Android

Mobile App Builder-Android

Mobile App Builder-Android

Back