I just ran a test with an android project and running :JavaImport on
Log presented me with the choice to import
org.apache.commons.logging.Log or android.util.Log. If you are not
getting that same choice then something is misconfigured with your
project's classpath, or the android plugin isn't finding your android
libraries. I'd recommend checking your project's android settings in
the eclipse gui to make sure everything looks correct there.
Is android.util.Log the only class you're having problems importing?
In theory if you can't import Log, attempting to import other android
classes should fail (classes not being found) as well.
--
eric