简体   繁体   English

如何为Android和QT创建者使用RTL SDR库?

[英]How can i use RTL SDR libs for Android and QT creator?

i want to ask how can i use the rtl-sdr C libraries with the QT creator for an android App. 我想问一下如何将rtl-sdr C库与QT创建者一起用于Android应用程序。 Do you know how can i do that ? 你知道我怎么做的吗? I use QT/C++ as language. 我使用QT / C ++作为语言。

If you want to use rtl-sdr c native library in your Android app, you have to use the JNI techinque and add native support in your Android app project. 如果您想在Android应用中使用rtl-sdr c本机库,则必须使用JNI技术并在Android应用项目中添加原生支持。 You should download android ndk and start work with it. 你应该下载android ndk并开始使用它。 For more information, reference here . 有关更多信息,请参阅此处

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM