This repository contains various android applications which I have developed from scratch. Do check it fork it and raise pr.
First, clone the repo:
git clone git@github.com:vigneshshettyin/Android.git
(These instructions were tested with Android Studio version 4.2.1)
- Open Android Studio and select
File->Open...
or from the Android Launcher selectImport project (Eclipse ADT, Gradle, etc.)
and navigate to the root directory of your project. - Select the directory or drill in and select the file
build.gradle
in the cloned repo. - Click 'OK' to open the the project in Android Studio.
- A Gradle sync should start, but you can force a sync and build the 'app' module as needed.
- Build the APK:
./gradlew build
- Download the latest Android SDK from Maven Central
- Note: We publish both an AAR and a JAR; you may use whichever is more convenient based on your infrastructure and needs.
Connect an Android device to your development machine.
- Select
Run -> Run 'app'
(orDebug 'app'
) from the menu bar - Select the device you wish to run the app on and click 'OK'