I do not have much experience with Java, so I apologize if I am not very clear.
I'm trying to create an Android application that uses another package. I only have the source code of the package Java file, which is all part of com.XY
I saved it in a folder called "database" that I have zipped and added to the build path, then it is now referenced in "Eclipse" Libraries ", although I do not know how to include it, it's import com. XY is not searching, and I'm not sure what to do next.
I am a bit more deep in this project, any help would be greatly appreciated.
Create a folder structure com / x / y inside your source folder and keep your own. Java file inside that file
Comments
Post a Comment