Coder Social home page Coder Social logo

dev2050android2's Introduction

Dev2050Android2

AndroidProjects

#Instructions for MacOS and Linux users:

For MacOS users please use the following links and follow the instructions to setup the environment.

a)Android Developers : https://developer.android.com/studio/install.html from here select Mac.
b)Relevant Site: http://www.makeuseof.com/tag/run-android-apps-mac-os/.

For Linux users please use the link: https://www.howtoforge.com/tutorial/how-to-install-and-run-android-apk-on-linux-with-shashlik/ and follow the instructions to setup the environment.

a)Android Developers : https://developer.android.com/studio/install.html from here select linux.
b)Relevant Site: https://www.howtoforge.com/tutorial/how-to-install-and-run-android-apk-on-linux-with-shashlik/ ,[->b]
Please Note: site "b" above is for Ubuntu users.

For All usersGenereal Instruction on how to Set up your development environment for all operating system users can be found at the link: https://developer.android.com/topic/instant-apps/getting-started/setup.html.

During installation, One can simply use the Android Package Kit (APK) which is the package file format used by the Android operating system for distribution and installation of mobile apps and middleware.

Please use this link to build the app from the command Line: https://developer.android.com/studio/build/building-cmdline.html.

Another way is to use debug release apk file by installing it on your android mobile phone from"...\OpeningHours\app\build\outputs\apk" or you can do the same using the following instruction:

Build a debug APK:

For immediate app testing and debugging, you can build a debug APK. The debug APK is signed with a debug key provided 
by the SDK tools and allows debugging through adb.

To build a debug APK, open a command line and navigate to the root of your project directory—from 
Android Studio, select View > Tool Windows > Terminal. To initiate a debug build, invoke the assembleDebug task:

Excute this command onthe terminal: gradlew assembleDebug

This creates an APK named module_name-debug.apk in project_name/module_name/build/outputs/apk/. 
The file is already signed with the debug key and aligned with zipalign, so you can immediately install it on a device. 

dev2050android2's People

Contributors

dev2050 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.