Daniel wrote:
> I get this error when compiling.  Can anyone else replicate it?  It
> happens when importing android.app.ProgressDialog on 1.5-r2
> 
> [javac] /home/doubleagent/Programming/ANDROID/KYMesonetSiteMap/src/org/
> kymesonet/kymesonetsitemap/KYMesonetSiteMap.java:16: package
> andriod.app does not exist
> [javac] import andriod.app.ProgressDialog;

Android has the 'o' before the 'i' -- your import statement has them
reversed.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 0.95 Available!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to