0

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.

Atif Farrukh
  • 2,219
  • 2
  • 25
  • 47

1 Answers1

0

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

ChrisF
  • 134,786
  • 31
  • 255
  • 325
Li3ro
  • 1,837
  • 2
  • 27
  • 35