Android Question compile error

samannnn

Member
after i upgrade my Hard drive to S.S.D and change my windows, when i compile each of my projects, i get this error:
B4X:
B4A Version: 10.2 BETA #1
Java Version: 11
Parsing code.    (0.24s)
Building folders structure.    (0.05s)
Compiling code.    (0.36s)
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Generating R file.    Error
AndroidManifest.xml:27: error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/icon').
AndroidManifest.xml:27: error: Error: No resource found that matches the given name (at 'theme' with value '@style/DarkTheme').
AndroidManifest.xml:27: error: Error: No resource found that matches the given name (at 'networkSecurityConfig' with value '@xml/network_security_config').

i test it in another pc and it compile normally. could anyone help me?
 
Last edited:

samannnn

Member
The problem was with the name of the folder. The problem was solved when I change the folder name. This problem did not exist before and it happened after replacing Windows!!!!
 

Attachments

  • Untitled.png
    Untitled.png
    23.2 KB · Views: 107
Upvote 0
Top