Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6312] Android: Re-enable 3rd party modules for V8

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2011-12-07T14:46:50.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sSprint 2011-49, Release 1.8.0.1
ComponentsAndroid
Labelsbranch-v8
ReporterMarshall Culpepper
AssigneeMarshall Culpepper
Created2011-11-28T11:15:58.000+0000
Updated2011-12-09T10:48:53.000+0000

Description

We need to re-enable and test 3rd party modules for V8 / Rhino

Comments

  1. Marshall Culpepper 2011-12-04

    Copying Opie's testing notes from the Rhino module PR: The change can tested by following the information listed in http://wiki.appcelerator.org/display/guides/Android+Module+Development+Guide In general, the following should be done to test:

    Create a module via the command line interface based on the information provided in the module developer guide linked above

    Inside TiStudio, create new project and update the tiapp.xml with the following:

       <modules>
           <module version="0.1">NAME OF YOUR MODULE</module>
       </modules>
       

    Copy the generated zip for the module into the top level directory for the project inside your TiStudio workspace

    Copy the generated example app.js from the module into the new project (replace) so that the module is actually used

    Deploy app to device. If using the example app.js you should see a red box on screen once the app deploys along with a simple test label

    Beyond the app loading with the module, the very first time on launch there should be log output regarding verification.
  2. Natalie Huynh 2011-12-09

    Tested with 1.8.0.1.v20111209011840 on Nexus One (2.2.2) Emulator (2.2)

JSON Source