Skip to content

mohsenkondori/QtAndroidViewShare

Repository files navigation

QtAndroidViewShare

QtAndroidViewShare

Introduction

QtAndroidViewShare library is developed for use on Android using Qt6 to share and view files.

Usage

The QtAndroidViewShare library is a tool that can be used to connect different components within a system or application.

Platforms

Android

Dependencies

None

Building

*Edit the gradle.properties file according to the compiler and parameters related to your system.

androidBuildToolsVersion=31.0.0 androidCompileSdkVersion=31 androidNdkVersion=23.1.7779620 buildDir=build qt5AndroidDir=F:/Qt/6.4.3/android_arm64_v8a/src/android/java qtAndroidDir=F:/Qt/6.4.3/android_arm64_v8a/src/android/java qtMinSdkVersion=23 qtTargetAbiList=arm64-v8a qtTargetSdkVersion=30

tested on Qt 6.4.3

Qt Creator

  1. Open CMakeLists.txt as project.
  2. Build -> Run CMake
  3. Build -> Build All
  4. Click the button Run

Help Needed

Any suggestions are welcome!

Contribution

#. Be polite, respectful and collaborative. #. For submitting a bug:

#. Describe your environment (Qt version, compiler, OS etc) #. Describe steps to reproduce the issue

#. For submitting a pull request:

#. Create a proposal task first. We can come up with a better design together. #. Create a pull-request. If applicable, create a simple example for your problem, describe the changes in details, provide use cases.

#. For submitting a development request:

#. Describe your issue in details #. Provide some use cases.

License

MIT License

Copyright (c) 2023

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.