gpt4 book ai didi

android - android中的多色条形图

转载 作者:太空宇宙 更新时间:2023-11-03 10:49:33 25 4
gpt4 key购买 nike

我正在开发一个 Android 应用程序。在我的应用程序中,我必须显示如下所示的多色条形图。 multicolor bar chart

我在网上搜索了很多,但得到了关于库的不同建议。最后我发现唯一的解决方案是 chart4j .在这个页面中,他们的图表也显示了多种颜色。但是我只得到了 java 代码,但我没能把它作为一个 android 应用程序。

我从 here 得到了一个使用 charts4j 的安卓示例应用程序.但它给出了异常(exception)。

FATAL EXCEPTION: main


java.lang.NoClassDefFoundError: com.googlecode.charts4j.Data

所以请尝试帮助我找到显示多色图表的解决方案。提前致谢

最佳答案

我通过创建一个名为 libs 而不是 lib 的文件夹解决了这个异常。使用libs的原因是

Android's current build tools (Eclipse and command-line) expect that JARs are in a libs/ directory. It will automatically add those JARs to your compile-time build path. More importantly, it will put the contents of the JARs into your APK file, so they will be part of your run-time build path.

Using lib/ and mucking with your build path manually will solve the compile-time problem, but then your JAR contents are not in your APK and therefore will not be available to you at runtime.

关于android - android中的多色条形图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16037317/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com