Hello,
I am trying to configure emacs for android development.
I have loaded :
android.el
android-mode.el
cedet
jdee
I have the following in my ~/.emacs config file:
(setq android-mode-sdk-dir "correct-path-to-android-sdk-directory")
(add-hook 'gud-mode-hook
(lambda ()
(add-to-list 'gud-jdb-classpath "correct-path-to-target-
android.jar")
))
when I attempt to compile I get errors indicating android.jar cannot
be found.
error: package android.app does not exist
import android.app.ListActivity;
The test application compiles fine in eclipse.
Thank you.
regards,
Brian
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en