Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2.3.3 SDK を使用してアプリをデプロイしました。ICS 4.0.4 Eclipse でデバッグしようとすると、アプリのインストールが許可されず、スクリーン ショットを撮ることもできません。同じ解決策を教えてください。
minSdkVersion: 10 と targetSdkVersion:15 を作成します
マニフェストファイルで次のようなことを試してください:
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="15"/>
また、GoogleMaps などの Google 機能を使用している場合は、通常の Android (Eclipse) ではなく、Google API を使用する必要があります。