Pretty new with java/eclipse. Problem: I have two packages in one android project. I want to refer first package as jar to second package. If I will do some changes in first package > after building the project > first package changes should reflect in second package (package1.jar).
Pretty new with java/eclipse. Problem: I have two packages in one android project. I
Share
If you use Eclipse as your IDE, just create a folder named
liband put all your jars in that folder. After that import all the jars as libraries.Note : If rebuild your first package make an error for your second package than you must rebuild the second package.