MacでApolloからAirへのランタイムをアップグレードするのに、小1時間ばかりはまってしまった。
原因はただゴミ箱を空にしなかったから・・・

 

Apolloのランタイムをアンインストールすることは知っていたけど、MacでApolloのアンインストールが分からなかったので、取りあえずリリースノートも読まずにApollo alphaのランタイムを入れたままAirランタイムのインストーラを起動してみました。

そしたらインストーラが「/Library/Frameworks/Adobe Apollo.framework」を消してねって言うので、そのままゴミ箱に入れて、再びインストールを開始したら無事インストール完了。

 

で、Airのサンプル見るかー!と.airをダブルクリックするも、インストーラが動かない。何回やってもエラーダイアログばかり。いろいろやっているうちに「.air」がゴミ箱の中のapollo.appにひもづいたままだったので、もしやと思ってゴミ箱を空にしたら動いたー!

 

で、リリースノートを今になって見てみたら、きちんと書いてありました。

Air betaのアンインストールも書いてあるのでメモしとこう

AIR:Release Notes - Adobe Labs「Upgrading to Beta 1」

Before installing Adobe AIR Beta 1, please uninstall any previous versions of the runtime:

To uninstall the runtime on Windows:

  1. In the Windows Start menu, select Settings > Control Panel.
  2. Select the Add or Remove Programs control panel.
  3. Select “Adobe Apollo 1.0 Alpha1” to uninstall the Apollo runtime.
  4. Click the Change/Remove button.

To uninstall the runtime on Macintosh:

  1. Delete the /Library/Frameworks/Adobe Apollo.framework directory.
  2. Delete the /Library/Receipts/Adobe Apollo.pkg file.
  3. Empty the Trash.

Once you have installed Adobe AIR Beta 1, there is a new added application to uninstall the runtime on the Macintosh:

  • Double-Click the “Adobe AIR Uninstaller” from your <User>/Applications directory.

On Windows, users should continue to uninstall via Add/Remove Programs.

 

Airからインストール先がユーザーのLibraryになっているんですね。またアンインストーラも用意されたのですね。

それなら次は安心だ。

 

Related posts