Hello all, I am also trying the same thing and getting same error. Can anyone please provide the solution to this problem?
Anu ---------- Forwarded message ---------- From: Wick <[email protected]> Date: Feb 11 2009, 10:37 am Subject: Adding a new package to the source To: Android Beginners I'm working with the android source and trying to add a newpackage, 'test.package', which holds a class 'Test'. Everything works fine and thepackageis built with the rest of the source (I can also build using 'Make Test'), but if I attempt to import the class (using 'import test.package.Test' within any otherpackageI get the error 'packagetest.packagedoes not exist'. I added the directory holding thepackageto main.mk to get it to build, do I need to declare thepackageanywhere else to let android know it exists? -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en To unsubscribe from this group, send email to android-beginners+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

