[TIMOB-6312] Android: Re-enable 3rd party modules for V8
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-07T14:46:50.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Sprint 2011-49, Release 1.8.0.1 |
Components | Android |
Labels | branch-v8 |
Reporter | Marshall Culpepper |
Assignee | Marshall Culpepper |
Created | 2011-11-28T11:15:58.000+0000 |
Updated | 2011-12-09T10:48:53.000+0000 |
Description
We need to re-enable and test 3rd party modules for V8 / Rhino
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:
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.Tested with 1.8.0.1.v20111209011840 on Nexus One (2.2.2) Emulator (2.2)