Manifest File Configuration When you debug in a real device

Real (Xperia) so badly they have developed an app
When I try to run the Eclipse debug mode,
Why did not start well.

SDK emulator when you could have developed
- That? You think, this error on the console.

Device ‘CB511KXXXX’ requires that applications explicitely declare themselves as debuggable in their manifest.
Application ‘com.example.android.App’ does not have the attribute ‘debuggable’ set to TRUE in its manifest and cannot be debugged.

We say that the manifest of this – Do that,
Suddenly realized.

To use debug mode in the real
Manifest.xml (manifest file) and need to give permission to
I heard that somewhere.

Manifest.xml immediately corrected.

Before modification:
<application android:icon=”@drawable/icon” android:label=”@string/app_name”>

Revised:
<application android:icon=”@drawable/icon” android:label=”@string/app_name” android:debuggable=”true”>

This could successfully start the debug mode.

Androidアプリ講座オープン
副業大学にAndroidアプリ作成講座がオープン。
アフィリエイトやドロップシッピングも学べるお得な大学。

innc.japan-power.biz
カテゴリー: Android アプリ 関連 情報   パーマリンク