Android Question Generating R file Error

unesnz

New Member
Hi!
I installed B4A on my laptop today and I'm trying to Release a previous project of mine.
I've downloaded JDK and SDK and installed them from here.
now when I'm trying to compile my app this error is showing:

Generating R file. Error
AndroidManifest.xml: error: Unable to open file for read: Permission denied


Capture.PNG

I used this exact project on another computer and that was okay!
Idk where is problem! maybe it's my antivirus? or there is a problem with SDK? (I tried different versions of SDK and problem still exists!)
 

unesnz

New Member
Something is preventing the IDE from writing Objects\AndroidManifest.xml file. Maybe the file is read only or some other app has opened it.
Thanks Erel.
The problem was my antivirus. after uninstalling antivirus everything works perfectly!
 
Upvote 0
Top