[ALOY-653] Android: FastDev is not working for Alloy when app manually relaunched
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-05-01T21:33:30.000+0000 |
Affected Version/s | Alloy 1.1.2, Alloy 1.1.0, Alloy 1.0.0 |
Fix Version/s | n/a |
Components | Tooling |
Labels | n/a |
Reporter | Federico Casali |
Assignee | Tony Lukasavage |
Created | 2013-05-01T20:48:00.000+0000 |
Updated | 2014-06-22T13:23:10.000+0000 |
Description
Problem description
Android 'fastdev' feature is not working as expected on Alloy projects.
1. Create a new Alloy project
2. Build/run on Android emulator
3. Modify a UI element in the project (for example, a label)
4. Close project on Android
5. Open again project on the emulator (manually)
Result: code is not changed
Expected result: code is being updated with the changes made
Comments
JSON Source
Is the expectation here that as soon as you make a change to an Alloy file that fastdev will immediately pick it up? Also, what do you mean by open it again "manually"? The steps above aren't entirely clear to me.
There was a misunderstanding on the FastDev expected behavior. This can be closed as invalid.