I have downloaded the required SDK from Airpush site. Added the jar to libs
folder and added the jar to build path. Still I am not able to import its package
import com.package.name.AdListener;
import com.package.name.Prm;
when I try to import the above i get The import com.package.name.Prm cannot be resolved
cannot be resolved.
try adding it to
lib
folder instead - right click on the jar file > build path > add to build pathThan right click on the project > properties > java build path > libraries folder > expand all and make sure you see you jar listed, if not - add it manually.
clean & build
run