2017-11-23 9 views
0

Ich versuche, den Geräte-und Emulator-Manager für Tizen Studio auf Windows 10 64 Bit zu installieren, aber ich laufe auf das gleiche Problem, egal, welche Repo ich verwende. Hier ist das Fehlerprotokoll:Wie installiere ich Device Manager und Emulator Manager für Tizen Studio?

Start to install 'Emulator'. 
The target packages to install: 
    [emulator-control-panel-common, emulator-common-lib, emulator-supplements, emulator-manager, emulator-storages, Emulator] 
Start to download the target packages. 
Waiting for finishing the downloads of the packages... 
Cannot install the Tizen Studio package. 
org.tizen.manager.exception.UMException: Cannot install the Tizen Studio package. 
    at org.tizen.manager.core.InstallController.wrapExceptionWithGeneralInstallException(InstallController.java:577) 
    at org.tizen.manager.core.InstallController.install(InstallController.java:652) 
    at org.tizen.manager.core.InstallController.install(InstallController.java:537) 
    at org.tizen.manager.core.Install.InstallProcess.run(InstallProcess.java:65) 
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) 
    at java.util.concurrent.FutureTask.run(Unknown Source) 
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) 
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
    at java.lang.Thread.run(Unknown Source) 
    Caused by: org.tizen.manager.exception.UMException: Cannot download the package file. 
    at org.tizen.manager.core.download.ManagerableDownloaderCallable.downloadPackageFile(ManagerableDownloaderCallable.java:350) 
    at org.tizen.manager.core.download.ManagerableDownloaderCallable.downloadPackage(ManagerableDownloaderCallable.java:206) 
    at org.tizen.manager.core.download.ManagerableDownloaderCallable.call(ManagerableDownloaderCallable.java:99) 
    at org.tizen.manager.core.download.ManagerableDownloaderCallable.call(ManagerableDownloaderCallable.java:63) 
    ... 4 more 
    Caused by: org.tizen.manager.exception.UMException: The downloaded size of the file is not same as the actual size of it. 
    at org.tizen.manager.util.Downloader.downloadFile(Downloader.java:285) 
    at org.tizen.manager.util.Downloader.download(Downloader.java:137) 
    at org.tizen.manager.core.download.DownloaderCallable.call(DownloaderCallable.java:68) 
    at org.tizen.manager.core.download.DownloaderCallable.call(DownloaderCallable.java:40) 
    ... 4 more 
Recalculating the install state by failure... 
Refreshing the install state of other packages... 
Failed to install... Emulator 


Start to install 'Device-Manager'. 
The target packages to install: 
    [device-manager-product, Device-Manager] 
Start to download the target packages. 
Waiting for finishing the downloads of the packages... 
Cannot install the Tizen Studio package. 
org.tizen.manager.exception.UMException: Cannot install the Tizen Studio package. 
    at org.tizen.manager.core.InstallController.wrapExceptionWithGeneralInstallException(InstallController.java:577) 
    at org.tizen.manager.core.InstallController.install(InstallController.java:652) 
    at org.tizen.manager.core.InstallController.install(InstallController.java:537) 
    at org.tizen.manager.core.Install.InstallProcess.run(InstallProcess.java:65) 
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) 
    at java.util.concurrent.FutureTask.run(Unknown Source) 
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) 
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
    at java.lang.Thread.run(Unknown Source) 
    Caused by: org.tizen.manager.exception.UMException: Cannot download the package file. 
    at org.tizen.manager.core.download.ManagerableDownloaderCallable.downloadPackageFile(ManagerableDownloaderCallable.java:350) 
    at org.tizen.manager.core.download.ManagerableDownloaderCallable.downloadPackage(ManagerableDownloaderCallable.java:206) 
    at org.tizen.manager.core.download.ManagerableDownloaderCallable.call(ManagerableDownloaderCallable.java:99) 
    at org.tizen.manager.core.download.ManagerableDownloaderCallable.call(ManagerableDownloaderCallable.java:63) 
    ... 4 more 
    Caused by: org.tizen.manager.exception.UMException: The downloaded size of the file is not same as the actual size of it. 
    at org.tizen.manager.util.Downloader.downloadFile(Downloader.java:285) 
    at org.tizen.manager.util.Downloader.download(Downloader.java:137) 
    at org.tizen.manager.core.download.DownloaderCallable.call(DownloaderCallable.java:68) 
    at org.tizen.manager.core.download.DownloaderCallable.call(DownloaderCallable.java:40) 
    ... 4 more 
Recalculating the install state by failure... 
Refreshing the install state of other packages... 
Failed to install... Device-Manager 

Ich konnte keine ähnlichen Probleme bei der Suche auf Google oder Stack Overflow finden. Es sagt immer wieder "Die heruntergeladene Größe der Datei ist nicht die gleiche wie die tatsächliche Größe."

+0

Versuchen mit "http://brazil.sdk-dl.tizen.org/sdk/tizenstudio" oder "http zu löschen: //usa.sdk -dl.tizen.org/sdk/tizenstudio "als Paket-Repository. Ich denke, es könnte funktionieren. –

+0

Versuchen Sie, Tizen Studio erneut zu installieren, überprüfen Sie Ihre Firewall-Einstellungen. –

+0

Überprüfen Sie auch, ob Java Development Kit (JDK) 8 installiert ist. Schauen Sie auf Voraussetzungen für das Tizen Studio: https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prequisites –

Antwort

0

Sie können auch versuchen, den Cache-Ordner in

C:\Users\Username\AppData\Local\.package-manager 
Verwandte Themen