Android Build Guidelines

Size: px
Start display at page:

Download "Android Build Guidelines"

Transcription

1 Kony Visualizer Android Build Guidelines Release Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History page. Remember to always view and download the latest document version relevant to the software release you are using by Kony, Inc. All rights reserved 1 of 10

2 Copyright 2016 by Kony, Inc. All rights reserved. December, 2016 This document contains information proprietary to Kony, Inc., is bound by the Kony license agreements, and may not be used except in the context of understanding the use and methods of Kony, Inc., software without prior, express, written permission. Kony, Empowering Everywhere, Kony Nitro, and Kony Visualizer are trademarks of Kony, Inc. MobileFabric is a registered trademark of Kony, Inc. Microsoft, the Microsoft logo, Internet Explorer, Windows, and Windows Vista are registered trademarks of Microsoft Corporation. Apple, the Apple logo, itunes, iphone, ipad, OS X, Objective-C, Safari, Apple Pay, Apple Watch, and Xcode are trademarks or registered trademarks of Apple, Inc. Google, the Google logo, Android, and the Android logo are registered trademarks of Google, Inc. Chrome is a trademark of Google, Inc. BlackBerry, PlayBook, Research in Motion, and RIM are registered trademarks of BlackBerry. SAP and SAP Business Suite are registered trademarks of SAP SE in Germany and in several other countries. All other terms, trademarks, or service marks mentioned in this document have been capitalized and are to be considered the property of their respective owners by Kony, Inc. All rights reserved 2 of 10

3 Revision History Date Document Version Description of Modifications/Release 12/19/ Documented Android Build Guidelines 2016 by Kony, Inc. All rights reserved 3 of 10

4 Kony Visualizer Enterprise provides complete support for Android N. This enables you to build apps targeted for Android N. Following are a few guidelines and mandatory requirements: If you are upgrading from Kony Visualizer Enterprise to using the plugins on update site, make the following changes: 1. Install Android Build Tools For Windows, download jdk1.8.0_112, and place the file at the following location: <VizInstalledLocation>\KonyVisualizerEnterprise\Java folder. Final Java path in Windows looks like <VizInstalledLocation>\KonyVisualizerEnterprise\Java\jdk1.8.0_112\bin For Mac, download jdk 1.8.0_112, and place the file at the following location: <VizInstalledLocation>/KonyVisualizerEnterprise/jdk 1.x folder Final Java path looks like <VizInstalledLocation>/KonyVisualizerEnterprise/jdk1.8.0_112.jdk/Contents/ Home/bin 3. For Windows, download or copy jre folder from your java folder and place it in the installation folder. The final path looks like: <VizInstalledLocation>\Kony_Visualizer_Enterprise\jre For Mac, make the following changes. a. To change the Java home in eclipse executable file, follow these steps: i. Go to the following location: <VizInstalledLocation>/KonyVisualizerEnterprise/Kony_Visuali zer_enterprise/kony Visualizer Enterprise.app/Contents/MacOS/ ii. Open the eclipse file, and change the Java home path to the latest version by Kony, Inc. All rights reserved 4 of 10

5 b. To change the Java path in vm args in eclipse-orig.ini file, follow these steps: i. Go to the following location: <VizInstalledLocation>/KonyVisualizerEnterprise/Kony_Visualizer _Enterprise/Kony Visualizer Enterprise.app/Contents/MacOS/ folder ii. Open the eclipse-orig.ini file, and change the java path to the latest version. 4. Download Gradle version, and place the file at the following location: <VizInstalledLocation>\KonyVisualizerEnterprise\gradle Final Gradle path look like <VizInstalledLocation>\KonyVisualizerEnterprise_build\gradle\bin 5. Upgrade the Google play services repository to latest version (at least version 40 or later). If you miss any one of the above steps, the Android build will display appropriate alert messages to inform you about the missing step. Make appropriate changes in your setup to proceed further with the build. Note: If you are performing a fresh installation of Kony Visualizer Enterprise, the above steps are not required. If you are performing a fresh installation of Visualizer Enterprise version, follow these steps: 1. Kony Visualizer Enterprise7.2.1 installer comes packed with the latest Java 8 and Gradle to support the latest version of Android. 2. To use the latest version of Android, install the following Android libraries for a successful build: 2016 by Kony, Inc. All rights reserved 5 of 10

6 a. Android Target 24.(This is required only if target SDK is chosen as 24) b. Google play services repo should be greater than or equal to 40.0 c. Upgrade Android Build tools to version. d. Upgrade Android SDK tools to or above version. e. Upgrade Android SDK Platform-tools to or above version. The items marked in red in the screenshot below are mandatory to install by Kony, Inc. All rights reserved 6 of 10

7 2016 by Kony, Inc. All rights reserved 7 of 10

8 Most common errors noticed during the build process and their solutions a. Error com.android.builder.internal.aapt.aaptexception: Failed to crunch file OR ERROR: Unable to open PNG file Solution: This error occurs if the absolute file path length of an image or bundled resource file from a third party lib exceeds 240 characters. Note: This is a Windows OS limitation. Windows supports a max file path length of 240 characters. In-order to circumvent this error, make sure that the file paths should not exceed 240 characters by keeping Kony workspace in root drive, and reducing the name length of the workspace folder. b. Error ERROR: 9-patch image malformed Solution: This error occurs if an image is not a nine-patch image, but is saved as nine-patch image. To resolve this issue, rename.9.png image as plain.png image (or) create a proper nine-patch image. If you have two different versions of Kony Visualizer Enterprise, you need to follow few guidelines: Example : A Computer has Kony Visualizer Enterprise version and at the same time you also want to use any of the previous versions of Kony Visualizer Enterprise 2016 by Kony, Inc. All rights reserved 8 of 10

9 (5.x, 6.x, 7.1, 7.2.0) parallely on same computer, take the following into consideration. If your Android projects built on Kony Visualizer or previous versions, you need to install Android Build tools However, if you want to use Kony Visualizer as well, you need to install Android Build tools as well. Having both versions together will lead to build issues. Here are a few guidelines: 1. Remove and add the required folders at the <Android-Setup>\androidsdk\build-tools location according to the Kony Visualizer Enterprise version. 2. To build a project using Kony Visualizer Enterprise 7.2.1, you need to have Android Build tools and to build a project using previous Kony Visualizer Enterprise versions(5.0, 5.5, 5.6, 6.0, 6.5, 7,1, 7.2.0) remove Android Build tools folder and place Android Build tools folder. 3. For Kony Visualizer Enterprise 6.0 and 6.5 versions, you can have both and build tools installed, but you need to specify the Android build to use a specific build-tool version by adding the below snippet in the androidprecompiletask.xml file. <concatdestfile="${app.dir}/project.properties"append="true">sdk.buildtools= </concat> To know more about androidprecompiletask.xml and its usage, refer puts_to_android_application_developers.htm#android Following are the changes that you need to make in the Headless/ Command line build doc. There are few mandatory requirements for Command Line build. These requirements apply when you are upgrading plugins from or previous versions to version. 1. Make sure that the Gradle and Java/JDK folders are placed in the Kony 2016 by Kony, Inc. All rights reserved 9 of 10

10 Visualizer Enterprise installation directory. o Use the Gradle version or later. Final path looks like: <VizInstalledLocation>\KonyVisualizerEnterprise_build\gradle\bin o Use the Java 1.8 version. Final Java path on the Windows looks like: <VizInstalledLocation>\KonyVisualizerEnterprise\Java\jdk1.8.0_112\bin Final Java path on the Mac looks like: <VizInstalledLocation>/KonyVisualizerEnterprise/jdk 1.x folder 2016 by Kony, Inc. All rights reserved 10 of 10

Supported OS, Application Servers, and Databases Guide

Supported OS, Application Servers, and Databases Guide Supported OS, Application Servers, and Databases Guide Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Engagement Services. Database Setup Guide - SQL Server

Engagement Services. Database Setup Guide - SQL Server Kony MobileFabric Engagement Services Database Setup Guide - SQL Server Release 7.2.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Release Notes On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Introduction to Kony Fabric

Introduction to Kony Fabric Kony Fabric Introduction to Kony Fabric Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision

More information

Installation Guide for Kony Fabric Containers Solution On-Premises

Installation Guide for Kony Fabric Containers Solution On-Premises Kony Fabric Installation Guide for Kony Fabric Containers Solution On-Premises Release V8.3.0.0 GA Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Kony MobileFabric Engagement Services QuickStart Guide

Kony MobileFabric Engagement Services QuickStart Guide Kony MobileFabric (Building a Sample App - Android) Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Supported Devices, OS, and Browsers

Supported Devices, OS, and Browsers Kony Visualizer Supported Devices, OS, and Browsers Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Installation Guide - Mac

Installation Guide - Mac Kony Fabric Installation Guide - Mac On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony MobileFabric Sync Services Server Planning Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony Fabric Sync Services Server On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Installation Guide - Mac

Installation Guide - Mac Installation Guide - Mac Release 7.0 Beta Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History

More information

Kony Licensing Guide

Kony Licensing Guide Release 6.5 On-Premises Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History page. Remember

More information

Kony MobileFabric. Deployment Guide. Release 7.3. Document Relevance and Accuracy

Kony MobileFabric. Deployment Guide. Release 7.3. Document Relevance and Accuracy Kony MobileFabric Deployment Guide Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Installation Guide - Windows Release 2.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Installation Guide - Linux. On-Premises

Installation Guide - Linux. On-Premises Kony Management Installation Guide - Linux On-Premises Release 4.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Sync Services. Developing Offline Applications

Sync Services. Developing Offline Applications Kony MobileFabric Sync Services Developing Offline Applications Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Kony MobileFabric. Sync Windows Installation - Manual - WebSphere. On-Premises. Release 7.2. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation - Manual - WebSphere. On-Premises. Release 7.2. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation - Manual - WebSphere On-Premises Release 7.2 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Perceptive Experience Content Apps

Perceptive Experience Content Apps Perceptive Experience Content Apps Technical Specifications Version: 1.4.0 Written by: Product Knowledge, R&D Date: Monday, July 18, 2016 2014-2016 Lexmark International Technology, S.A. All rights reserved.

More information

Sync Services. Design Guidelines

Sync Services. Design Guidelines Kony MobileFabric Sync Services Design Guidelines Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Custom Metrics and Reports

Custom Metrics and Reports Custom Metrics and Reports Release 6.5 2015 by Kony, Inc. All rights reserved 1 of 124 Custom Metrics and Reports Guide Copyright 2013 Kony, Inc. All rights reserved. July, 2015 This document contains

More information

User Journey - Funnel Reports, App Events and APM

User Journey - Funnel Reports, App Events and APM Kony Fabric Reporting and Analytics User Journey - Funnel Reports, App Events and APM Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Sage CRM 7.3 SP2 Software Support Matrix

Sage CRM 7.3 SP2 Software Support Matrix Sage CRM 7.3 SP2 Software Support Matrix Revision: IMP-MAT-ENG-73SP2-1.0 Updated: May 2018 2018, The Sage Group plc or its licensors. Sage, Sage logos, and Sage product and service names mentioned herein

More information

Manual Update Java Mac Os X To 10.7

Manual Update Java Mac Os X To 10.7 Manual Update Java Mac Os X 10.5 8 To 10.7 The Mac OS X v10.6.8 Update is recommended for all users running Mac OS X Snow You can manually download the update installer. Mac OS X v10.6.8 also includes

More information

Manual Update Java Mac Os X Lion

Manual Update Java Mac Os X Lion Manual Update Java Mac Os X 10.6 8 Lion Update OS X and other software that you got through the App Store or from Apple. If you're using an iphone as an Instant Hotspot, install updates manually. OS X

More information

Kony Visualizer. Wearables Developer's Guide

Kony Visualizer. Wearables Developer's Guide Kony Visualizer Wearables Developer's Guide Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Android Sdk Setup For Windows 7 32 Bit Full Version

Android Sdk Setup For Windows 7 32 Bit Full Version Android Sdk Setup For Windows 7 32 Bit Full Version Android Sdk Tools Full Installer Free Download For Windows 7,8,Xp,Vista (32 Bit/ 64 Bit) Android Sdk tools latest version full installer free download

More information

Upgrading Integration Service on WebSphere. On-Premises

Upgrading Integration Service on WebSphere. On-Premises Kony MobileFabric On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History

More information

Kony Visualizer. Wearables Developer's Guide

Kony Visualizer. Wearables Developer's Guide Kony Visualizer Wearables Developer's Guide Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

SymantecTM Desktop and Laptop Option 8.0 SP4 Compatibility Matrix Version 1.1

SymantecTM Desktop and Laptop Option 8.0 SP4 Compatibility Matrix Version 1.1 SymantecTM Desktop and Laptop Option 8.0 SP4 Compatibility Matrix Version 1.1 Created on 14 September 2016 Copyright 2016 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup

More information

Application Development Setup Guide

Application Development Setup Guide epos-print SDK for Android Application Development Setup Guide M00048500 Rev. A Cautions No part of this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any means,

More information

Developing Android applications in Windows

Developing Android applications in Windows Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution

More information

SymantecTM Desktop and Laptop Option 8.0 SP2 Compatibility Matrix

SymantecTM Desktop and Laptop Option 8.0 SP2 Compatibility Matrix SymantecTM Desktop and Laptop Option 8.0 SP2 Compatibility Matrix Copyright 2016 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup Exec are trademarks or registered trademarks

More information

Kony MobileFabric Reporting and Analytics. Installation Guide. On-Premises. Release 7.3. Document Relevance and Accuracy

Kony MobileFabric Reporting and Analytics. Installation Guide. On-Premises. Release 7.3. Document Relevance and Accuracy Kony MobileFabric Reporting and Analytics Installation Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Veritas Desktop and Laptop Option 9.0 Compatibility Matrix

Veritas Desktop and Laptop Option 9.0 Compatibility Matrix Veritas Desktop and Laptop Option 9.0 Compatibility Matrix Copyright (c) 2016 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas

More information

System requirements for Qlik Sense. Qlik Sense June 2018 Copyright QlikTech International AB. All rights reserved.

System requirements for Qlik Sense. Qlik Sense June 2018 Copyright QlikTech International AB. All rights reserved. System requirements for Qlik Sense Qlik Sense June 2018 Copyright 1993-2018 QlikTech International AB. All rights reserved. Copyright 1993-2018 QlikTech International AB. All rights reserved. Qlik, QlikTech,

More information

System requirements for Qlik Sense. Qlik Sense September 2017 Copyright QlikTech International AB. All rights reserved.

System requirements for Qlik Sense. Qlik Sense September 2017 Copyright QlikTech International AB. All rights reserved. System requirements for Qlik Sense Qlik Sense September 2017 Copyright 1993-2017 QlikTech International AB. All rights reserved. Copyright 1993-2017 QlikTech International AB. All rights reserved. Qlik,

More information

System requirements for Qlik Sense. Qlik Sense April 2018 Copyright QlikTech International AB. All rights reserved.

System requirements for Qlik Sense. Qlik Sense April 2018 Copyright QlikTech International AB. All rights reserved. System requirements for Qlik Sense Qlik Sense April 2018 Copyright 1993-2018 QlikTech International AB. All rights reserved. Copyright 1993-2018 QlikTech International AB. All rights reserved. Qlik, QlikTech,

More information

Pulse Secure Mobile Client

Pulse Secure Mobile Client 3 Pulse Secure Mobile Client Supported Platforms Guide Published Document Version April, 2018 6.0 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose, CA 95134 https://www.pulsesecure.net 2017 by Pulse

More information

BlackBerry Enterprise Service 10. September 10, 2014 Version: 10 and 10.1.x. Compatibility Matrix

BlackBerry Enterprise Service 10. September 10, 2014 Version: 10 and 10.1.x. Compatibility Matrix BlackBerry Enterprise Service 10 September 10, 2014 Version: 10 and 10.1.x Compatibility Matrix Published: 2014-09-10 SWD-20140910144217710 Contents 1...4 Introduction...4 Legend... 4 Operating system...

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

AppFactory User Guide

AppFactory User Guide Kony AppFactory User Guide Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the release stated on this title page and the document version stated on the Revision History

More information

SAP Crystal Reports 2013 Product Availability Matrix (PAM)

SAP Crystal Reports 2013 Product Availability Matrix (PAM) SAP Crystal Reports 2013 Product Availability Matrix (PAM) May 10, 2012 Updated: May 31, 2013 Disclaimer: This document is subject to change and may be changed by SAP at any time without notice. The document

More information

Kony Reference Architecture SDK. API Programmers' Guide

Kony Reference Architecture SDK. API Programmers' Guide Kony Reference Architecture SDK API Programmers' Guide Release V8 SP2 2018 by Kony, Inc. All rights reserved 1 of 98 Kony Reference Architecture SDK API Programmer's Guide Copyright 2018 Kony, Inc. All

More information

Secure Storage and Protecting Data at Rest

Secure Storage and Protecting Data at Rest Hong Kong 2018 Hong Kong 2018 Secure Storage and Protecting Data at Rest EK Choi, Enterprise Solutions Manager Secure Storage Protecting Data at Rest The BlackBerry Dynamics Runtime protects data at rest

More information

Wireless Presentation Gateway User Guide

Wireless Presentation Gateway User Guide User Guide Table of Contents 1 Initial Setup Present Anything Without Wires p. 3 2 From A Laptop (Windows or Mac) First, download he client p. 4 Now connect p. 5 Additional Features p. 6 3 From An ios

More information

Kony MobileFabric. Kony Messaging Services On-Premises Installation Guide - Linux

Kony MobileFabric. Kony Messaging Services On-Premises Installation Guide - Linux Kony MobileFabric Kony Messaging Services On-Premises Installation Guide - Linux Release 5.6 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page

More information

Ios Sdk Documentation For Windows 7 32 Bit. Latest Version >>>CLICK HERE<<<

Ios Sdk Documentation For Windows 7 32 Bit. Latest Version >>>CLICK HERE<<< Ios Sdk Documentation For Windows 7 32 Bit Latest Version Download Latest ios SDK & Sample Project Got the SDK? v5.3.0 (May 7, 2015) Native ios SDK now sends the version of the Unity wrapper SDK along

More information

Servigistics InService 7.1 Software Matrices Revision 1.0

Servigistics InService 7.1 Software Matrices Revision 1.0 Revision 1.0 Introduction This matrix represents the combinations of platforms, operating systems, and third party products that have been tested and verified by PTC. These recommended product combinations

More information

Living Systems Process Suite. Installation. Living Systems Process Suite Documentation. 3.1 Thu Nov

Living Systems Process Suite. Installation. Living Systems Process Suite Documentation. 3.1 Thu Nov Living Systems Process Suite Installation Living Systems Process Suite Documentation 3.1 Thu Nov 29 2018 Whitestein Technologies AG Hinterbergstrasse 20 CH-6330 Cham Tel +41 44-256-5000 Fax +41 44-256-5001

More information

System requirements for Qlik Sense. Qlik Sense September 2018 Copyright QlikTech International AB. All rights reserved.

System requirements for Qlik Sense. Qlik Sense September 2018 Copyright QlikTech International AB. All rights reserved. System requirements for Qlik Sense Qlik Sense September 2018 Copyright 1993-2018 QlikTech International AB. All rights reserved. Copyright 1993-2018 QlikTech International AB. All rights reserved. Qlik,

More information

Cumulus Installation Guides

Cumulus Installation Guides Cumulus Installation Guides Introduction This documentation provides the online versions of all Installation and Getting Started guides of the entire Cumulus product family. Copyrights Copyright 2018,

More information

Cumulus Installation Guides

Cumulus Installation Guides Cumulus Installation Guides Introduction This documentation provides the online versions of all Installation and Getting Started guides of the entire Cumulus product family. CUMULUS INSTALLATION GUIDES

More information

SAP Business One, version for SAP HANA Platform Support Matrix

SAP Business One, version for SAP HANA Platform Support Matrix Platform Support Matrix Document Version: 1.17 2017-05-04 Platform Support Matrix Release 9.0 and higher Typographic Conventions Type Style Example Description Words or characters quoted from the screen.

More information

SAP Cloud Reference Systems. Scenario Outline. Product Definition

SAP Cloud Reference Systems. Scenario Outline. Product Definition SAP Cloud Reference Systems Scenario Outline Product Definition Content Scenario Overview Business Scenarios in a Reference System Introduction Process Illustration Usage Example: Product Definition 2012

More information

Remote Access for End User Reference Guide for EpicConnect Access

Remote Access for End User Reference Guide for EpicConnect Access PRESBYTERIAN HEALTHCARE SERVICES Remote Access for End User Reference Guide for EpicConnect Access Version 1.0 12/27/2013 This remote access end user reference guide provides an overview of how to install

More information

Oracle Utilities Customer Self Service

Oracle Utilities Customer Self Service Oracle Utilities Customer Self Service Whitepaper: Creating and Deploying the Sample Mobile Client Application Release 2.1.0 Service Pack 2 E38172-07 October 2015 Oracle Utilities Customer Self Service

More information

Veritas Desktop and Laptop Option 9.2 Compatibility Matrix

Veritas Desktop and Laptop Option 9.2 Compatibility Matrix Veritas Desktop and Laptop Option 9.2 Compatibility Matrix Copyright (c) 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas

More information

All other products, brands, names or trademarks mentioned in this document may be trademarks or registered trademarks of their respective owners.

All other products, brands, names or trademarks mentioned in this document may be trademarks or registered trademarks of their respective owners. Update Instructions Perspective by PPM 2000 Version 3.3 Printed April 2013 Copyright 2013 PPM 2000 Inc. and its licensors. All rights reserved. PPM 2000, the PPM 2000 logo, Perspective by PPM 2000, the

More information

POOSL IDE Installation Manual

POOSL IDE Installation Manual Embedded Systems Innovation by TNO POOSL IDE Installation Manual Tool version 4.1.0 7 th November 2017 1 POOSL IDE Installation Manual 1 Installation... 4 1.1 Minimal system requirements... 4 1.2 Installing

More information

Manually Uninstall Java 6 Mac Os X Lion Theme

Manually Uninstall Java 6 Mac Os X Lion Theme Manually Uninstall Java 6 Mac Os X Lion Theme Learn how to re-enable the Apple-provided Java SE 6 Java SE 6 web plug-in and Web Start features in OS X Lion and later. Apple Store Mac iphone Watch ipad

More information

Manual Installation Guide

Manual Installation Guide Kony MobileFabric Manual Installation Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Manual Update Java 7 25 Mac 32 Bit

Manual Update Java 7 25 Mac 32 Bit Manual Update Java 7 25 Mac 32 Bit Java SE 8 Update 20: Everything you need to run Java applications and Operating Systems: Linux, Mac OS X, Windows 7 (32 bit), Windows 7 (64 bit). For more information,

More information

Veritas Desktop and Laptop Option 9.3 Software Compatibility List

Veritas Desktop and Laptop Option 9.3 Software Compatibility List Veritas Desktop and Laptop Option 9.3 Software Compatibility List Copyright (c) 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide

More information

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations Oracle Fusion Middleware Installation Notes for Oracle Business Intelligence Mobile App Designer Trial Edition 11g Release 1 (11.1.1) E49297-01 September 2013 Welcome to Installation Notes for Oracle Business

More information

Choose OS and click on it

Choose OS and click on it 1. Installation: 1.1. Install Node.js. Cordova runs on the Node.js platform, which needs to be installed as the first step. Download installer from: https://nodejs.org/en/download/ 1.1.1. Choose LTS version,

More information

Java Plugin Update Windows 7 32 Bit To 64 Bit

Java Plugin Update Windows 7 32 Bit To 64 Bit Java Plugin Update Windows 7 32 Bit To 64 Bit Cost Java SE 8 Update 20: Everything you need to run Java applications and Operating Systems: Linux, Mac OS X, Windows 7 (32 bit), Windows 7 (64 bit), Software

More information

Configurations for Learner Portal (Renovated) May 2012

Configurations for Learner Portal (Renovated) May 2012 Configurations for Learner Portal (Renovated) May 2012 Objectives At the end of this module, you will be able to: Understand the PFCG roles available for the learner Understand the enhanced configurations

More information

Manual Java Update Windows 7 64 Bit Probleme

Manual Java Update Windows 7 64 Bit Probleme Manual Java Update Windows 7 64 Bit Probleme Version 7 Update 55 of Java's Standard Edition addresses 37 security vulnerabilities 32-bit Java on 64-bit Windows involves compromises, such as Update issues.

More information

Red Hat JBoss Fuse 6.1

Red Hat JBoss Fuse 6.1 Red Hat JBoss Fuse 6.1 Tooling Installation Guide Installing Red Hat JBoss Fuse ToolingRed Hat Fuse IDE Last Updated: 2017-10-16 Red Hat JBoss Fuse 6.1 Tooling Installation Guide Installing Red Hat JBoss

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

If you don t have the JDK, you will need to install it. 1. Go to

If you don t have the JDK, you will need to install it. 1. Go to Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution

More information

Manual Update Java 7 25 Mac 32 Bit Offline

Manual Update Java 7 25 Mac 32 Bit Offline Manual Update Java 7 25 Mac 32 Bit Offline Download Java Runtime Environment 8.0 build 45 (32-bit) Download Internet Explorer 11.0 Windows 7 Internet Explorer 11.0 Windows 7 Download Flash. For more information,

More information

Kony Fabric. Sync ORM API Guide. Release V8. Document Relevance and Accuracy

Kony Fabric. Sync ORM API Guide. Release V8. Document Relevance and Accuracy Kony Fabric Sync ORM API Guide Release V8 Document Relevance and Accuracy This document is considered relevant to the release stated on this title page and the document version stated on the Revision History

More information

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite SAP SuccessFactors HCM Suite is a fully web-based offering. You will need an Internet connection and a system that meets

More information

Desktop App Release Notes

Desktop App Release Notes BlackBerry AtHoc Networked Crisis Communication Desktop App Release Notes Release 6.2.x.275, November 2017 (Windows) Release 1.6.0, April 2017 (Mac) Copyright 2014 2017 BlackBerry Limited. All Rights Reserved.

More information

IBM TRIRIGA Anywhere Version 10 Release 4.2. Installing a development environment IBM

IBM TRIRIGA Anywhere Version 10 Release 4.2. Installing a development environment IBM IBM TRIRIGA Anywhere Version 10 Release 4.2 Installing a development environment IBM Note Before using this information and the product it supports, read the information in Notices on page 13. This edition

More information

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate IBM BlueMix Workshop Lab D Build Android Application using Mobile Cloud Boiler Plate IBM EcoSystem Development Team The information contained herein is proprietary to IBM. The recipient of this document,

More information

IBM Maximo Anywhere Version 7 Release 6. Installing a development environment IBM

IBM Maximo Anywhere Version 7 Release 6. Installing a development environment IBM IBM Maximo Anywhere Version 7 Release 6 Installing a development environment IBM Note Before using this information and the product it supports, read the information in Notices on page 15. This edition

More information

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.2 Copyright 1993-2017 QlikTech International AB. All rights reserved. Copyright 1993-2017 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

CUSTOMER Upgrade: SAP Mobile Platform SDK for Mac OS

CUSTOMER Upgrade: SAP Mobile Platform SDK for Mac OS SAP Mobile Platform 3.0 SP05 Document Version: 1.0-2014-09-05 CUSTOMER Upgrade: SAP Mobile Platform SDK for Mac OS Table of Contents 1.... 3 2 Upgrading SAP Mobile Platform 3.0 SDK to SP05....4 2.1 Acquiring

More information

CS520 Setting Up the Programming Environment for Windows Suresh Kalathur. For Windows users, download the Java8 SDK as shown below.

CS520 Setting Up the Programming Environment for Windows Suresh Kalathur. For Windows users, download the Java8 SDK as shown below. CS520 Setting Up the Programming Environment for Windows Suresh Kalathur 1. Java8 SDK Java8 SDK (Windows Users) For Windows users, download the Java8 SDK as shown below. The Java Development Kit (JDK)

More information

Manually Run Java Update Windows 7 64 Bit Problem

Manually Run Java Update Windows 7 64 Bit Problem Manually Run Java Update Windows 7 64 Bit Problem For some reason, whenever I try to install a 64 bit version of Java 7 the a 64 bit Java Runtime Enviroment 7 Update 55+ to run, so that's what I need it.

More information

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 1.0 Document date: May 2011 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Apple Push

More information

Vendor: Microsoft. Exam Code: MB Exam Name: Microsoft Dynamics CRM Online Deployment. Version: Demo

Vendor: Microsoft. Exam Code: MB Exam Name: Microsoft Dynamics CRM Online Deployment. Version: Demo Vendor: Microsoft Exam Code: MB2-715 Exam Name: Microsoft Dynamics CRM Online Deployment Version: Demo Exam A QUESTION 1 You are a systems support specialist for your company. A sales manager is currently

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

NHSmail Skype for Business

NHSmail Skype for Business NHSmail Skype for Business Mobile device installation guide Published December 2017 Version 3 Copyright 2017Health and Social Care Information Centre. The Health and Social Care Information Centre is a

More information

The Next Frontier in Data Discovery SAP Visual Intelligence. Phil Bayliss September 2012

The Next Frontier in Data Discovery SAP Visual Intelligence. Phil Bayliss September 2012 The Next Frontier in Data Discovery SAP Visual Intelligence Phil Bayliss September 2012 SAP Visual Intelligence Who s it for? BUSINESS ANALYST FAST MASSIVE DATA VOLUMES ENGAGING 2012 SAP AG. All rights

More information

Remove Java Manually Mac Os X Lion Server

Remove Java Manually Mac Os X Lion Server Remove Java Manually Mac Os X Lion Server Jul 31, 2014. OS X Mountain Lion- Protect your Mac from malware I have uninstalled manually, Firefox off and on again and now everything is ok. infection and is

More information

Desktop App Release Notes

Desktop App Release Notes BlackBerry AtHoc Networked Crisis Communication Desktop App Release Notes Release 6.2.x.277, May 2018 (Windows) Release 1.7, May 2018 (Mac) Copyright 2014 2018 BlackBerry Limited. All Rights Reserved.

More information

STREAM Integrated Risk Manager Multi-user Deployment Options

STREAM Integrated Risk Manager Multi-user Deployment Options Multi-user Deployment Options Contents Multi-User Edition: can be accessed using a Web Browser can be accessed from an iphone or ipad (free app in App Store), and a range of other platforms and mobile

More information

Manual Update Java 7 25 Mac Windows 7 64 Bit

Manual Update Java 7 25 Mac Windows 7 64 Bit Manual Update Java 7 25 Mac Windows 7 64 Bit Oracle's Java Runtime Environment (JRE) for 64-bit Windows PCs contains the Java Virtual Machine, Suggested Searches. Search Within: All Software Windows Mac

More information