0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

mac x mosquitto 備忘録

Last updated at Posted at 2021-02-06

概要

随時更新していきます。

参考

mac にmosquitto インストール
https://what-a-day.net/2016-12-06-163717

mac mosquitto service スタート

brew services start mosquitto -d
/usr/local/sbin/mosquitto

ClassNotFoundException: Didn't find class "androidx.localbroadcastmanager.content.LocalBroadcastManager
https://github.com/eclipse/paho.mqtt.android/issues/321

implementation 'androidx.legacy:legacy-support-v4:1.0.0'

java.lang.RuntimeException: Fail to connect to camera service

add at AndroidManifest.xml

<uses-permission android:name="android.permission.CAMERA" />

プラス端末の設定から手でカメラ権限をONにすること。

cannot find symbol OpenCVLoader

import org.opencv.android.OpenCVLoader;

Opnecv-android-sdk-***/samples/image-manupulations/
等を参考にすると良い。

また、

projects/app/src/main

以下に jniLibsをコピーする。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?