Skip to content

liaods/c_enviroment_android

 
 

Repository files navigation

This project is for building pcduino arduino libs/samples for android platfrom

1. run ./build_for_android.sh to generate libs and header files

2. qt for android notes
add the following lines to qt project file (*.pro):

LIBS += -L/YOUR_PATH/c_enviroment_android/install/lib/ -larduino
INCLUDEPATH += /YOUR_PATH/c_enviroment_android/install/include/

NOTE: Please replase YOUR_PATH with the absolute path including c_enviroment_android


the toolchain is generated from android ndk:
./build/tools/make-standalone-toolchain.sh --platform=android-14 --system=linux-x86_64

About

arduino type C code of pcDuino for android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 44.5%
  • C 44.0%
  • Prolog 11.3%
  • Shell 0.2%