ProtonMail / proton-mail-android
- воскресенье, 26 апреля 2020 г. в 00:21:22
Java
ProtonMail Android app
Copyright (c) 2020 Proton Technologies AG
The code and data files in this distribution are licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See https://www.gnu.org/licenses/ for a copy of this license.
See LICENSE file
The most straightforward way to build and run this application is to:
Project from version control in Android Studio, orgit clone command and import it into Android StudioAlternatively, if you want to build the app directly from the command line (or using a different IDE, etc.), you will first need to install the command line tools from: https://developer.android.com/studio#cmdline-tools. Then you will need to install the SDK using the sdkmanager tool. After cloning the repository with git clone you will need to edit the local.properties file so that it points to the location of the SDK. Depending on which operating systems you use, the location of the SDK is usually:
C:\Users\<username>\AppData\Local\Android\sdk/Users/<username>/Library/Android/Sdk//Users/<username>/Android/Sdk/Then, go to the app’s root directory in the command line tool and run:
./gradlew assembleBetaDebugadb install ./app/build/outputs/apk/beta/debug/ProtonMail-Android-1.XX.X-beta-debug.apkCopyright (c) 2020 Proton Technologies AG