googleads / googleads-adsense-examples

Samples for the AdSense Management API
Apache License 2.0
143 stars 193 forks source link

Adsense Quickstart App crashing on start #4

Open positivelymade opened 9 years ago

positivelymade commented 9 years ago

Solved the error that occurred when the app starts. App starts, then onCreate is called, then onNavigationItemSelected(..) is called, then refreshView() is called because at this point publisherAccountId is null, which then calls apiController.loadAccounts() which has an invalid credential name because no account name was ever set.

The app was trying to loadaccounts from null user.

Change in MainActivity:

To: