[TIMOB-18783] CLI: Using --username and --password for appc CLI login gives a keystore error when building for Android
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-04-10T10:32:42.000+0000 |
| Affected Version/s | Release 4.0.0 |
| Fix Version/s | Release 4.0.0 |
| Components | CLI |
| Labels | qe-4.0.0 |
| Reporter | Nathan Boxhall-Burnett |
| Assignee | Chris Barber |
| Created | 2015-04-07T00:49:13.000+0000 |
| Updated | 2015-04-17T20:17:07.000+0000 |
Titanium CLI master PR: https://github.com/appcelerator/titanium/pull/210 (merged & published) Titanium CLI 4_0_X PR: https://github.com/appcelerator/titanium/pull/211 (merged & published) Titanium Mobile master PR: https://github.com/appcelerator/titanium_mobile/pull/6770 Titanium Mobile 4_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/6771
PR merged.
Verified using: Mac OSX 10.10.2 Appc Studio: 4.0.0.201504161435 Titanium SDK build: 4.0.0.v20150417113416 Appc CLI (NPM): 0.3.44 Appc CLI (Registry): 0.2.249 When building to Android and using the command
appc run -p android -T device --username <username> --password <password>now works as expected. Closing ticket.