どうすればいいですか?私はサムスンギャラクシーエースを使っています
この方法を試してみました http://forum.xda-developers.com/showthread.php ?T = 1278349 私はそれが確かに2に設定されていることを確認しましたが、それはうまくいきません。
それから私の電話を根ざした、デフォルトのインストールパスを変更できるアプリをインストールしましたが、それも機能しませんでした。
私は何ができますか?
How can I do this? I'm using a Samsung Galaxy Ace
I've tried this method http://forum.xda-developers.com/showthread.php?t=1278349 I confirmed that it was indeed set to 2. But it wouldnt work.
Then I rooted my phone, installed an app with which I could modify the default installation path, but it also wouldnt work.
What can I do?
2.3を持つ、デフォルトでは外部SDカードにアプリをインストールします。ただし、アプリがSDカードからを実行することができる場合、これはのみが発生します。多くのアプリが正しく機能するために内部ストレージにインストールする必要があります。
With 2.3, it will install apps by default to the external SD card. However, this will only happen if the app can run from the SD card. Many apps must be installed onto the internal storage in order to work properly.
Googleから:
外部記憶媒体へのアプリのインストール Androidプラットフォームでは、デバイスの内部メモリへのインストールの代わりに、アプリケーションがデバイスの外部記憶媒体(SDカードなど)にインストールを要求できるようになりました。
アプリケーション開発者は、マニフェストファイルの新しい属性、Android:Installlocationを使用して、アプリケーションの優先インストール場所を表現できます。この属性は、 "Internalonly"、 "PreferExternal"、および "Auto"の3つの値をサポートしています。インストール時に、システムはAndroidの値をチェックします。アプリケーションが外部インストールを要求した場合、システムはそれを外部メディア内のプライベート暗号化パーティションにインストールします。アプリケーション.APKが外部でインストールされると、システムはユーザー設定のアプリケーションの管理を通じて、ユーザーが.APKの格納場所を変更し、必要に応じてデバイスの内部メモリに移動します。
デフォルトでは、外部インストールを明示的に要求するものを除いて、システムはすべてのアプリケーションをデバイスの内部メモリにインストールします。つまり、Android:InstallLocation属性にアクセスできないため、システムは常に内部メモリにレガシーアプリケーションをインストールすることを意味します。ただし、必要に応じて、古いバージョンのプラットフォームで内部的にインストールされるようなレガシーアプリケーションを設定およびコンパイルすることができます。
デバイスの外部メディアへのインストールを要求することは、特に外部メディアが取り外し可能で、マウント解除/再マウントが可能であるため、ユーザーエクスペリエンスとシステム設定を混乱させる可能性があるため、すべてのアプリケーションには適していません。
アプリケーションの優先インストール場所の設定については、どのような種類のアプリケーションの種類の説明や外部インストールを要求すべきではなく、アプリインストール場所ドキュメント
From Google:
App installation on external storage media The Android platform now allows applications to request installation onto the device's external storage media (such as the SD card), as an alternative to installation onto the device's internal memory.
Application developers can express the preferred installation location for their applications by means of a new attribute of in the manifest file, android:installLocation. The attribute supports three values: "internalOnly", "preferExternal", and "auto". At install time, the system checks the value of android:installLocation and installs the application .apk according to the preferred location, if possible. If the application has requested external installation, the system installs it into a private, encrypted partition in the external media. Once an application .apk is installed externally, the system lets the user change the storage location of the .apk and move it onto the device's internal memory if needed (and vice versa), through Manage Applications in the user settings.
By default, the system installs all applications onto the device's internal memory, except for those that explicitly request external installation. This means that the system will always install legacy applications onto internal memory, since they do not have access to the android:installLocation attribute. However, it is possible to configure and compile a legacy application such that it is installed internally on older versions of the platform and externally on Android 2.2 and later platforms, if necessary.
Note that requesting installation onto the device's external media is not suitable for all applications, particularly because the external media may be removable and unmounting/remounting may disrupt the user experience and system settings.
For more information about setting a preferred install location for your application, including a discussion of what types of applications should and should not request external installation, please read the App Install Location document.
link2sd 。とても素敵なアプリです。アプリケーションをSDカードに自動的に移動するように設定することもできます。
Use link2sd. It's a very nice app. You can even set it to automatically move applications to the sdcard.
提供されているリンクとそれは魅力のように機能します、私のために作品します:)
とあなたの開発者なら、アプリケーションをSDカードに直接追加したい場合は、マニフェストタグの下に行を追加してください。
<事前> <コード> 9988776655443330Try the steps in the provided link and it will work like a charm, works for me :)
and if your a developer and want to add your application directly into sd card then add below line in manifest tag
android:installLocation="preferExternal"
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有