antvis / F2Native

📱📈An elegant, interactive and flexible native charting library for mobile.
https://f2native.antv.vision
MIT License
217 stars 22 forks source link

如何编译运行? #17

Closed kirer closed 2 years ago

kirer commented 2 years ago

Android按照https://f2native.antv.vision/zh/docs/tutorial/getting-started方式开始 发现以下问题: 1.build_gcanvas_android.sh不存在 2./gradlew :android:f2native:assembleStandalone报错 Task 'assembleStandalone' not found in project ':android:f2native'. 3./gradlew :android:sample:installStandaloneDebug报错 Task 'installStandaloneDebug' not found in project ':android:sample'. 另:有没有 maven仓库版本直接远程依赖,或编译好的so

kirer commented 2 years ago

gradlew build assemble 报错 BitmapCanvasContext.cpp:41:5: error: use of undeclared identifier 'assert'