Android Question LeadBolt error when compiling after updates

enrico

Active Member
Licensed User
Longtime User
After updating Android SDK, B4A to 3.82 and Leadbolt SDK to 6.3, I didn't change anything in my project but I have this error compiling :

cannot find symbol
symbol : method resumeAd()
location: class com.leadbolt.b4a.LeadBoltB4A
 

LeadBolt

Member
Licensed User
Longtime User
Hi Enrico,

Can you confirm that you have updated the B4A jar file from the downloaded SDK. If you use the old B4A jar file with the new SDK it will not work as some of the old functions have been removed from the new SDK.
 
Upvote 0

enrico

Active Member
Licensed User
Longtime User
From LeadBolt :

The methods resumeAd() and pauseAd() are no longer supported in the new SDK (v6.3), therefore removing the call to resumeAd() should solve the compilation error. The publisher could load a new ad via loadAd() instead.
 
Upvote 0
Top