RevMob new SDK problem

Hi,

I’m trying to install RevMob’s SDK without any luck. I’ve been trying this for over a day now, but I keep getting this error and I’m completely frustrated because of it. I’m getting this error in eclipse:

REVMOB_APP_ID cannot be resolved to a variable

Any help?

REVMOB_APP_ID is a place holder for your app id , which you need to replace it with the value from your dashboard
So instead of using this line in your code
RevMob revmob = RevMob.start(this, REVMOB_APP_ID);
You should have it like :
RevMob revmob = RevMob.start(this, “76d6510f71s4zx25444444444xs”);