bugless
bugless
> android-ndk-r19c my Application.mk set > APP_STL := c++_static > APP_CPPFLAGS := -frtti -fexceptions -fpermissive -std=c++11 -w -Wno-narrowing > APP_ABI := armeabi-v7a > APP_PLATFORM := android-21 > NDK_TOOLCHAIN_VERSION := clang...
maindexlist.txt确实有那个类 我开启了 `-split **.**` 会不会有什么影响呢
给兼容api23以下的吧
> > 给兼容api23以下的吧 > > 目前是支持低api的哦,详见demo中minSdkVersion,16是没有问题的。 你是用的drawforground() api23以下没效果的
>  > > I use nanovg draw the dash line,thanks to koppa can you tell me how to implement draw dash curve or circle by using multiple lines, can...