Android Question unpacked-appcompat-63676993824000' is denied

KingKing

Member
Licensed User
Longtime User
Hi ,

When I trying to compile B4XDrawer - sliding drawer project, I hit below error. Can anyone please help. I can not find any clue to this problem.


B4A Version: 9.80
Java Version: 8
Parsing code. (0.01s)
Building folders structure. (0.02s)
Compiling code. (0.03s)
Compiling layouts code. (0.02s)
Organizing libraries. Error
Access to the path 'C:\Program Files (x86)\Android\android-sdk\tools\..\extras\b4a_local\unpacked-appcompat-63676993824000' is denied.
 

DonManfred

Expert
Licensed User
Longtime User
The problem is that you did install the SDK in a restricted Folder.

Reinstall your SDK. Follow the instructions carefully. It will just work.
 
Upvote 0

KingKing

Member
Licensed User
Longtime User
The problem is that you did install the SDK in a restricted Folder.

Reinstall your SDK. Follow the instructions carefully. It will just work.
Thanks a lot. I actually tried right click the B4A application and chose run as admin. It did solve my problem too.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
It is the wrong approach.
You always have to do it when you want to run the jetifier. Also you need to run the SDK Manager as admin when you want to update artifacts.

Having the SDK in a non restricted folder as per installationinstruction is the correct way. No need to run B4A, the SDK Manager or the Jetifier tool as Admin!
 
Upvote 0
Top