trime icon indicating copy to clipboard operation
trime copied to clipboard

Mac android studio build error

Open jarry622 opened this issue 3 years ago • 2 comments
trafficstars

C/C++: /Users/xxx/Workspace/trime/app/src/main/jni/CMakeLists.txt debug|armeabi-v7a : CMake Error at /Users/xxx/Workspace/trime/app/src/main/jni/boost/libs/log/CMakeLists.txt:579 (add_library): Target "boost_log_setup" links to target "Boost::coroutine" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?

jarry622 avatar Jun 16 '22 07:06 jarry622

try https://github.com/tumuyan/trime-without-CMake

InfinityLoop1308 avatar Jun 16 '22 21:06 InfinityLoop1308

Remove the build and .cxx directory under the app and try again.

WhiredPlanck avatar Jun 17 '22 05:06 WhiredPlanck