Android Question Android SDK upgrade error

cwt

Active Member
Licensed User
Longtime User
Hello,

I am installing the latest Android SDK "resources_7_24.zip" and "commandlinetools-win-9123335_latest.zip"

I get the below error messages during the extraction of the resources file:

! C:\Android SDK\resources_7_24.zip: Cannot create platform-tools\adb.exe
Access is denied.
! C:\Android SDK\resources_7_24.zip: Cannot create platform-tools\AdbWinApi.dll
Access is denied.
! C:\Android SDK\resources_7_24.zip: Cannot create platform-tools\AdbWinUsbApi.dll
Access is denied.

I select to continue with the SDK install and it completes. My B4A app compiles without error after the SDK upgrade.

Are these error message something I need to correct, and if so, what might be the cause?

Thanks.
 

PoppaBart

Member
Hello,

I am installing the latest Android SDK "resources_7_24.zip" and "commandlinetools-win-9123335_latest.zip"

I get the below error messages during the extraction of the resources file:

! C:\Android SDK\resources_7_24.zip: Cannot create platform-tools\adb.exe
Access is denied.
! C:\Android SDK\resources_7_24.zip: Cannot create platform-tools\AdbWinApi.dll
Access is denied.
! C:\Android SDK\resources_7_24.zip: Cannot create platform-tools\AdbWinUsbApi.dll
Access is denied.

I select to continue with the SDK install and it completes. My B4A app compiles without error after the SDK upgrade.

Are these error message something I need to correct, and if so, what might be the cause?

Thanks.
Not too sure, but maybe ADB running in the background? Check with your Task Manager and if so select it, right click and End task. Then try un-zipping again.
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
my guess would be that adb.exe is running. check your task manager. is b4a ide running? the launches adb.
 
Upvote 0
Top