can anyone provide me a sample for integrating adwhril into android.I tried this sample
I used the same code as that one replacing the sdk key of mine But i am getting warnings saying

Can anyone suggest me
updated the code as suggested and got this warning

Yea, i have also faced this problem and solved in this way
Add those if you didn’t already added in your menifest
In your activity where you want to show the add
Now add all the jar of the add provider you used, in your ad-whirl network. Add them to your app’s libs folder and then add them to build path by right clicking on them from libs.
For example if you use Admob then add admob’s jar to libs and add it to build path. And then add this line to menifest as this is needed to show add from admob individually or by using adwhirl
Now you will see the adds of admob.
Thank you
Ps: i have added the full code with image
Menifest
Layout
Activity
Overall project