Android Question startApp - Uncaught translation error: com.android.dx.cf.code.SimException

Schakalaka

Active Member
Licensed User
Hello,

I want add more ads network on my app, because sometimes, unity ads, haven't reward video to show.

I have find this discusion
from @Douglas Farias where @hl88 have create a sample

I have add to additional library folder the last sdk for each ads network.
I have jellify it

Here the new SDK added:
B4X:
https://drive.google.com/drive/folders/1tBCnv6pTddnCyoDzpavLhoOaB1m9Dt0q?usp=sharing

the additional Jar are:
B4X:
#AdditionalJar: StartAppInApp-4.9.1.androidx
#AdditionalJar: sdk-4.6.5.androidx.aar
#AdditionalJar: com.android.support.constraint:constraint-layout
#AdditionalJar: tappx-sdk-3.2.4.aar
#AdditionalJar: com.google.android.gms:play-services-ads

Nothing to update on SDK manager

On manifest file I have just change min sdk from 14-29 to 21-30


But I have this error
B4X:
Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)

I' m not able to desugar


How can I solve this?
and how to add rewards video???
Thank
 

Schakalaka

Active Member
Licensed User
I have update to b4a 11.5 beta and now the app start.
I have config startapp and tappx.
Nothing happend when click on the ads button and banner doesn't show.
Maybe need a bit of time? test mode should be ON..

How to add video rewards ads?
 
Upvote 0
Top