语言

Menu
Sites
Language
Rootstrap package manage failed

Hi,

I just reinstalled Tizen IDE 2.2, and recieved such message when tried to "Manage Packages" of "Tizen Emulator 2.2[GBS]":
"Failed to initialize Package Manager!
 *null
 *If no respones for long time, check proxy setting."

I don't use proxy, so it's an issue of IDE as I see. The more common issue: I can't build platform application now, from the time of repository content changing.

Previous time I managed rootstrap to change in Repository URLS "...2.1..." to "...2.2..." and it worked fine.

Can someone advice where can I change repository paths?

My environment: Ubuntu x64, oracle java7_u45

响应

2 回复
muditha murthy

You can change repository path in rootstrap .xml file directly.
Check "~/tizen-sdk/tools/smart-build-interface/plugins/tizen-emulator-2.2.platform.xml" file.
(delimiter is '|' between repositories)

But I recommend trying to add new rootstrap as following:
1. Click '+' toolbar button on "Rootstrap" view
2. Input rootstrap name if dialog is opened
3. Input snapshot url (Ex. http://download.tizen.org/snapshots/2.2-emul/common/latest/)
4. Click search button
5. Click ok button if repositories are filled in below table. (if not, it may be network problem)
6. Select project and new rootstrap, if new rootstrap is generated successfully
7. Build project

M

Both variants are ok. Thanks.