Android Question B4A Sdk Manager v.4.00 cannot install Android 32 images

peacemaker

Expert
Licensed User
Longtime User
Error log:
Info: Parsing P:\Private\SDK\!newsdk\tools\package.xml
[ ] 3% Loading local repository... [ ] 3% Fetch remote repository... Info: File C:\Users\VLAD-HP\.android\repositories.cfg could not be loaded.
[ ] 3% Fetch remote repository... [= ] 3% Fetch remote repository... [= ] 4% Fetch remote repository... [= ] 5% Fetch remote repository... [== ] 5% Fetch remote repository... [== ] 6% Fetch remote repository... [== ] 7% Fetch remote repository... [=== ] 8% Fetch remote repository... [=== ] 8% Computing updates... [=== ] 10% Computing updates... [=== ] 10% Installing Google Play Intel x86 A Info: Preparing "Install Google Play Intel x86 Atom_64 System Image (revision: 3)".
[=== ] 10% Installing Google Play Intel x86 A [=== ] 10% Installing Google Play Intel x86 A Info: "Install Google Play Intel x86 Atom_64 System Image (revision: 3)" failed.
[=== ] 10% Installing Google Play Intel x86 A
Warning: An error occurred while preparing SDK package Google Play Intel x86 Atom_64 System Image: P:\Private\SDK\!newsdk\.temp\PackageOperation04\x86_64-32_r03-windows.zip.
java.nio.file.NoSuchFileException: P:\Private\SDK\!newsdk\.temp\PackageOperation04\x86_64-32_r03-windows.zip
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:231)
at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:478)
at java.base/java.nio.file.Files.newOutputStream(Files.java:219)
at com.android.repository.io.impl.FileSystemFileOp.newFileOutputStream(FileSystemFileOp.java:246)
at com.android.repository.io.impl.FileSystemFileOp.newFileOutputStream(FileSystemFileOp.java:234)
at com.android.sdklib.repository.legacy.LegacyDownloader.downloadFully(LegacyDownloader.java:88)
at com.android.repository.api.Downloader.downloadFullyWithCaching(Downloader.java:105)
at com.android.repository.impl.installer.BasicInstaller.doPrepare(BasicInstaller.java:71)
at com.android.repository.impl.installer.AbstractPackageOperation.prepare(AbstractPackageOperation.java:337)
at com.android.sdklib.tool.sdkmanager.SdkPackagesAction.applyPackageOperation(SdkPackagesAction.java:38)
at com.android.sdklib.tool.sdkmanager.InstallAction.execute(InstallAction.java:98)
at com.android.sdklib.tool.sdkmanager.SdkManagerCli.run(SdkManagerCli.java:103)
at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:80)
at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:48)
 

peacemaker

Expert
Licensed User
Longtime User
1) Solved, it's no disk space for SDK files - it has turned out they consume most space on a drive.
2) But strange that error log (in B4A Sdk Manager) has the error message text ("not enough disk space") by the national local font that is in non-readable encoding. It was log about another SDK image file, above no this text, no idea why.
 
Last edited:
Upvote 0
Top