DOC

com.unvired : android-cordova-sdk

Maven & Gradle

Feb 10, 2021

android-cordova-sdk · Build Cordova based native Android apps on the Unvired Mobile Platform version 4 with this SDK

Table Of Contents

Latest Version

Download com.unvired : android-cordova-sdk Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file android-cordova-sdk-4.0.132-javadoc.jar to android-cordova-sdk-4.0.132-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder android-cordova-sdk-4.0.132-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "android-cordova-sdk-4.0.132-sources.jar" -d "android-cordova-sdk-4.0.132-javadoc" -subpackages 

Advertisement