[ALOY-10] runtime.js throwing exceptions on Android emulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-19T11:52:03.000+0000 |
Affected Version/s | 2012 Sprint 14 |
Fix Version/s | 2012 Sprint 14 |
Components | Runtime |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-05-14T11:55:43.000+0000 |
Updated | 2012-07-19T11:52:03.000+0000 |
Description
I'm not entirely sure why yet, but many Filesystem related calls (like
eval()
and require()
) are throwing file not found exceptions on the Android emulator. Need to investigate why this behaves differently than an Android device.
This must have been resolved by other fixes related to removing eval() and fixing Filesystem usage