eclipse - Do I need to prevent caching on Android emulator? -
i using phonegap develop cross-device (simple) applications, , using eclipse android emulator. problem encountering not appear code changes reflected application installed on emulator. have tried uninstalling application emulator, cleaning , re-building within eclipse, neither of has worked.
is there manual script need run re-install .apk? newbie @ mobile development, please bear me. :)
eclipse should automatically rebuild application if option activated. take @ project -> build automatically
the adt should reinstall application if run project. take @ console (not logcat) of eclipse, should see information reinstalling application (at least thats when deploy on device).
if want try if change made, try use log statement change have feeling not current version. can find out if @ least deploy worked.
if nothing of helped, should dig deeper...
Comments
Post a Comment