docker run のときに以下オプションをつけるとうまく行った。
--security-opt label=type:container_runtime_t
--security-opt label=type:container_runtime_t
DATA_SIZE=40%FREE
DATA_SIZE=20Glvdisplay で docker-pool が 20GB になってることを確認。まぁこれくらいのサイズでいいだろう。
audit2allow -M docker < /tmp/docker-audit
semodule -i docker.pp
allow container_t container_file_t:chr_file { read write };うーーん、docker をアンインストールしたときに何やら外れたんだろう。もっとスマートな直し方がありそうなもんだけど、まぁいいや。
allow container_t container_file_t:chr_file { getattr ioctl open };
java.lang.ClassNotFoundException: android.view.View$OnUnhandledKeyEventListener
Change theandroid{
in "build.gradle" in app file
compileSdkVersion 28
tocompileSdkVersion 27
targetSdkVersion 28
totargetSdkVersion 27
also, try to change implementations likeimplementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
toimplementation 'com.android.support:appcompat-v7:27.1.1'