DOC

com.didiglobal.chameleon : weexbridge

Maven & Gradle

May 19, 2021
1 usages
30 stars

Chameleon android SDK · Chameleon android SDK uses some most common native rendering engines as it's fundamental lib, and extended some general engineering capabilities. The currently supported rendering engines are weex and react native, and you can only choose one of them as the rendering engine for every single project.

Table Of Contents

Latest Version

Download com.didiglobal.chameleon : weexbridge Javadoc & API Documentation - Latest Versions:

All Versions

Download com.didiglobal.chameleon : weexbridge Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file weexbridge-0.0.13.9-javadoc.jar to weexbridge-0.0.13.9-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder weexbridge-0.0.13.9-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 "weexbridge-0.0.13.9-sources.jar" -d "weexbridge-0.0.13.9-javadoc" -subpackages 

Advertisement