Android Question Error in @d8_arguments.txt:

cambol

Active Member
Licensed User
after I upgrade to V 11.50
it show error below

and I find In my internal libraries , Phone verion 2.52 and Reflection version 2.40 not "online"
see attached jpg file



B4X:
B4A Version: 11.50
Parsing code.    (0.13s)
    Java Version: 8
Building folders structure.    (0.05s)
Compiling code.    (0.11s)
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
    (Android Support Library)
Compiling resources    (1.18s)
Linking resources    (1.43s)
Compiling generated Java code.    (3.24s)
Finding libraries that need to be dexed.    (0.00s)
Dex: B4AShared    Error
Error in @d8_arguments.txt:
  Error with input file: @d8_arguments.txt
Compilation failed


javac.exe --> C:\Program Files\Java\jdk-18.0.1.1\bin\javac.exe

android.jar ---> C:\android\SDK\platforms\android-30\android.jar

My Manifest please see below :


'This code will be applied to the manifest file during compilation. 'You do not need to modify it in most cases. 'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136 AddManifestText( ) SetApplicationAttribute(android:icon, "@drawable/icon") SetApplicationAttribute(android:label, "$LABEL$") SetApplicationAttribute(android:requestLegacyExternalStorage, true) CreateResourceFromFile(Macro, Themes.LightTheme) 'End of default text.:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="30"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
SetApplicationAttribute(android:requestLegacyExternalStorage, true)
CreateResourceFromFile(Macro, Themes.LightTheme)
'End of default text.
 

Attachments

  • error_20220517.jpg
    error_20220517.jpg
    35.5 KB · Views: 160
Last edited:
Top