Android Question Read Only problem

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello,

I have XML file under Res folder. I made it read only.

I can't find do not write on Manifest file option and made Manifest file also read only.

I got below error when the Manifest file is read only.

Any Help?
B4X:
B4A Version: 7.30
Parsing code.    (0.01s)
Compiling code.    (0.63s)
    Using existing AndroidManifest.xml.
(File is read-only.)
AndroidManifest-Example.xml file will be created instead.
Compiling layouts code.    (0.01s)
Organizing libraries.    (0.01s)
Generating R file.    (0.19s)
Compiling debugger engine code.    (1.94s)
Compiling generated Java code.    Error
javac 1.8.0_101
javac: file not found: gen\anywheresoftware\b4a\samples\admin\R.java
Usage: javac <options> <source files>
use -help for a list of possible options

This error usually happens when you save the project under a restricted folder such as "Program Files".
 
Top