MobileChromeApps / chrome-app-developer-tool

Mirror of Apache Cordova app harness
Other
202 stars 33 forks source link

whole lot of installed applications in Chrome ADT #3

Closed devoncarew closed 10 years ago

devoncarew commented 10 years ago

After working on an application for a while - and deploying to the device many times - I end up w/ many copies of the same application listed in Chrome ADT. It's then time-consuming to remove all the old copies of the app. I'd suggest doing something like just pushing over an older copy of the app, instead of keeping all n copies around.

mmocny commented 10 years ago

Yes, thats a bug, and is quite annoying. However, latest thinking on this topic is that we scratch the list entirely. The CADT is not really meant to be an app launcher/manager, its meant to help preview/iterate on development of whatever app you are working one. I think having it work on one-at-a-time is fine.

Additionally, David and Ian are working on "Install to APK" directly from CADT, which will better serve the "long term" install aspect that the current list gives us.

devoncarew commented 10 years ago

Makes sense to me. I'll close this out - sounds like some planned work will obsolete it.