Hi
I'm trying the sample in the wiki explaining how to fetch a picture
however I have only this error :
Exception in thread "main" java.lang.NullPointerException
at com.gc.android.market.api.model.Market$Request.access
$7(Market.java:7652)
at com.gc.android.market.api.model.Market$Request
$Builder.addRequestGroup(Market.java:7970)
at com.gc.android.market.api.MarketSession.append(MarketSession.java:
201)
at request.Screenshot.makeRequest(Screenshot.java:30)
and the line 30 of Screenshot.java is :
session.append(screenshotRequest, response);
(response is Callback<GetImageResponse> response with override of
onResult method)