首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何安装Device Manager和Emulator Manager for Tizen Studio?

如何安装Device Manager和Emulator Manager for Tizen Studio?
EN

Stack Overflow用户
提问于 2017-11-24 04:01:36
回答 0查看 1.7K关注 0票数 2

我试图在64位的Windows10上安装Tizen Studio的设备和Emulator Manager,但无论我使用什么代码库,我都会遇到同样的问题。以下是错误日志:

代码语言:javascript
复制
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

在Google或Stack Overflow上搜索时,我找不到任何类似的问题。它一直在说‘下载的文件大小与实际大小不同。’

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/47462615

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档