Skip to content

Some code that allow you to create an android service using qt and activity based application with sticky notification

Notifications You must be signed in to change notification settings

ggenny/qt-android-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Qt Android service and activity helper classes

  • First create a project in QtCreator QtQuick or QtWidget for activity based application or "Qt Console Application" for a service based one

  • In project - Android - Run - Advanced actions, create an AndroidManifest or put the following lines to your .pro

    ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android

    OTHER_FILES +=
    android/AndroidManifest.xml

  • ! Only bundled Qt librairies have been tested ...

  • Replace the "android" folder that qtcreator have created in your project by this one or if your edited the .pro just put it in your project.

  • Run ./setup.sh in the android folder

  • Put your icon.png and notificon.png

About

Some code that allow you to create an android service using qt and activity based application with sticky notification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.6%
  • Shell 19.0%
  • C++ 14.3%
  • D 9.2%
  • Other 0.9%