あれ、失敗。
なんか、「untrusted.zip」がどうのこうのとか。
ドロイド君も表示が壊れていたのだが。。
そして、また、以前のように「最新の状態」と言い張るNexus5。
su消去後、手動で。
ダメだこれ。
しかし、フルワイプとかなあ。
あれ、失敗。
なんか、「untrusted.zip」がどうのこうのとか。
ドロイド君も表示が壊れていたのだが。。
そして、また、以前のように「最新の状態」と言い張るNexus5。
su消去後、手動で。
ダメだこれ。
しかし、フルワイプとかなあ。
Froyo を捨てて、Google Play Services を使う。
機能はまともに動いているようなのだが、こんなログ。
W/ResourceType﹕ getEntry failing because entryIndex 133 is beyond type entryCount 3
W/ResourceType﹕ Failure getting entry for 0x7f0a000d (t=10 e=13) in package 0 (error -213483947)
E/GooglePlayServicesUtil﹕ The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
気持ちが悪いので、調べる。
だいぶ盛り上がっているようでしたが、どれも該当しないハマりコース。
android - LogCat message: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included - Stack Overflow
これ、結局、開発環境のみでのエラー出力だったりします。
例えば、アプリ内の intent-filter の記述が以下。
<intent-filter> <action android:name="android.intent.action.VIEW"/> <category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.BROWSABLE"/> <data android:scheme="zxing" android:host="scan" android:path="/"/> </intent-filter>
この intent-filter に拾ってもらえるHTMLでのリンク記述はどう記述すべきか。