Unable to import airpush package to android project

416 views Asked by At

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.

1

There are 1 answers

0
Li3ro On

try adding it to lib folder instead - right click on the jar file > build path > add to build path

Than 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