블루투스로 뭘 하고있는데 백으로 키보드를 돌릴일이 생겨서
합쳤는데 매니패스트 설정에서 오류가 나네요. ㅠ 이거저거 써봤는데 안되네요
처음에는 패키지명 두개쓰고 이거저거 해보고 검색했는데 안되서
서비스 내에 패키지명 쓰고 돌리는데 오류가 납니다.
<meta-data android:name="android.view.im" android:resource="@xml/method" />
이부분에서 no resource found ..
Description Resource Path Location Type
error: Error: No resource found that matches the given name (at 'resource' with value '@xml/method'). AndroidManifest.xml /13.06.06 line 46 Android AAPT Problem
package="com.example.android.BluetoothChat"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk minSdkVersion="6" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<application android:label="@string/app_name"
android:icon="@drawable/app_icon" >
<activity android:name=".BluetoothChat"
android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".DeviceListActivity"
android:label="@string/select_device"
android:theme="@android:style/Theme.Dialog"
android:configChanges="orientation|keyboardHidden" />
<service android:name="com.example.android.softkeyboard"
android:label="@string/ime_name"
android:permission="android.permission.BIND_INPUT_METHOD">
<intent-filter>
<action android:name="android.view.InputMethod" />
</intent-filter>
<meta-data android:name="android.view.im" android:resource="@xml/method" />
</service>
</application>

</manifest>
개힌트인가? 이렇게 써야되나. 리스너 받고? 하아 모르것네 .
음. 환경문제인가. 아닌데 다른데
하아 너란녀석.. 질문 구합니다 ㅠ 살려주세요.. 형들