I have been trying to implement Leadbolt ads using their new SDK 5.1, but I get an error when trying to run the app in 'test'.
I am using LeadboltB4a(Version 1.01) lib
The error I get is:
main_activity_create (java line: 830)
java.lang.NoClassDefFoundError: com.leadbolt.b4a.LeadBoltB4A$1
at com.leadbolt.b4a.LeadBoltB4A.setAdListener(Unknown Source)
at com.leadbolt.b4a.LeadBoltB4A.Initialize(Unknown Source)
The code is:
'ad.Initialize("YOUR_LB_SECTION_ID")
ad.Initialize("983557682") 'light
'To run LeadBolt Display Ad
ad.loadAd()
The manifest code is:
<receiver android:name="com.fqqlcgsfpwflkmbe.AdNotification" />
<service android:name="com.fqqlcgsfpwflkmbe.AdNotificationService" />
<meta-data android:name="_screenid_std" android:value="983557682" />
I have spent about a week with Leadbolt, who have been very helpful, but cannot get any further.
Has anybody had experience of this and can tell me what I am doing wrong.
I am using LeadboltB4a(Version 1.01) lib
The error I get is:
main_activity_create (java line: 830)
java.lang.NoClassDefFoundError: com.leadbolt.b4a.LeadBoltB4A$1
at com.leadbolt.b4a.LeadBoltB4A.setAdListener(Unknown Source)
at com.leadbolt.b4a.LeadBoltB4A.Initialize(Unknown Source)
The code is:
'ad.Initialize("YOUR_LB_SECTION_ID")
ad.Initialize("983557682") 'light
'To run LeadBolt Display Ad
ad.loadAd()
The manifest code is:
<receiver android:name="com.fqqlcgsfpwflkmbe.AdNotification" />
<service android:name="com.fqqlcgsfpwflkmbe.AdNotificationService" />
<meta-data android:name="_screenid_std" android:value="983557682" />
I have spent about a week with Leadbolt, who have been very helpful, but cannot get any further.
Has anybody had experience of this and can tell me what I am doing wrong.