Android Question AdditionalJar troubles....

EduardoElias

Well-Known Member
Licensed User
Longtime User
Hi first time doing this ...

I got a library that is used to comunicate with those credit card transaction machines.

Started a new project only with the AddionalJar to see if I can compile it:

B4X:
#Region  Project Attributes
    #ApplicationLabel: yNexu
    #VersionCode: 1
    #VersionName: 1.1
    'SupportedOrientations possible values: unspecified, landscape or portrait.
    #SupportedOrientations: unspecified
    #CanInstallToExternalStorage: False
    #AdditionalJar: NexuPayment-release-114.aar
#End Region

I get the following error:

B4X:
B4A Version: 10.50
Parsing code.    (0.04s)
    Java Version: 8
Building folders structure.    (0.22s)
Compiling code.    (0.11s)
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Generating R file.    Error
C:\Android\tools\..\extras\b4a_local\unpacked-nexupayment-release-114-63743721754693\res\values\values.xml:38: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Button.Colored'.
*** Legacy debugger is deprecated. ***
 It is recommended to switch to the default debugger (Tools - IDE Options).

What can be done?
 

DonManfred

Expert
Licensed User
Longtime User
Looks like you need to use AppCompat
 
Upvote 0
Top