You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When platform add android encounters a problem, it leaves the platforms/android directory populated with some files. After that, all other commands consider that android platform exists and fail randomly with cryptic messages.
We need to implement a rollback in case the creation fails.
An easy way to reproduce is to use the default Java 1.6 on Mac OS.
The text was updated successfully, but these errors were encountered:
When
platform add android
encounters a problem, it leaves the platforms/android directory populated with some files. After that, all other commands consider that android platform exists and fail randomly with cryptic messages.We need to implement a rollback in case the creation fails.
An easy way to reproduce is to use the default Java 1.6 on Mac OS.
The text was updated successfully, but these errors were encountered: