Android Question leadbolt noclass error ?

hookshy

Well-Known Member
Licensed User
Longtime User
Hi , I tried leadbolt librry since i got closed on admob ..and i got the folowing error and the app force closes
java.lang.NoClassDefFoundError: com.leadbolt.b4a.LeadBoltB4A$1

i have copied 4 files in the library folder
leadboltb4a xml and jar an another two from the sdk package
only leadbold b4a is seen on lib widonw on ide version 1.01

on globalss
Dim ad As LeadBoltB4A

on activity create
ad.Initialize("586516292")

on key pressed , back key
ad.loadAd()

Thanks
 
Top