虫眼鏡アイコンからアトリビュートの検索機能を使うとアトリビュートが消えたままになることがある。
その場合の対応
社員同士のゆるーい情報交換ブログです
Android API 8.1
Android API 8.1(Google APIs)
このように2つあった場合、(Google APIs)付きのほうは、GoogleMap や GoogleDriveのサポートをしているということ。
これらのサービスを使ってアプリを作る場合は、APIs付きのシステムイメージを使わねばならない。
AndroidStudio
res/drawable-v24
V24 Android7の時だけ使いたいリソースを入れる所。
基本的には、drawable-vXX フォルダには入れないこと。
同じように以下のような例もある。よほどのことがない限り使わないと思う。いちいち対応してたら管理も大変ですし。
Kotlinにて
Null can not be a value of a non-null type String
原因 StringはNullableでない(Null許容していない)のにNullを入れようとした
“エラー対策 Null can not be a value of a non-null type String” の続きを読む
前提知識がいろいろ必要なので整理しながら書きます。
Kotlin+Realm にて
Configuration with name ‘kapt’ not found.
Kapt は KotlinでRealmを使うときには必要になってくる。
Kotlinにて
Caused by: io.realm.exceptions.RealmException: ‘class jp.domain.Classname’ is not part of the schema for this Realm.
と出た場合の対策
“エラー対策 Classname is not part of the schema for this Realm.” の続きを読む
Vagrant / VirtualBox でプライベートネットワークを有効にしようとした場合に発生した。
There was an error while executing VBoxManage
, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.
“Vagrant エラー対策 There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. ” の続きを読む
部分的にKotlin化する場合の処理。
<調査継続中>
以下のようなエラーメッセージが表示されて、エミュレーターが連続的に終了することが有りました。
Emulator: emulator: ERROR: detected a hanging thread ‘QEMU2 CPU1 thread’. No response for 15004 ms
Emulator: emulator: ERROR: detected a hanging thread ‘QEMU2 CPU1 thread’. No response for 15004 ms
Emulator: Process finished with exit code 1
StackOverflowでは、Ubuntu上でIPV6を有効にすれば回避できるとのことでした。
MacOS版ではIPV6は有効になっていますし、原因は違うような気がします。