Google Code-In: Setup development environment and run tests
See original GitHub issue- Download Android Studio 3.0
- Install and configure git on your machine
- Create github account
- Fork apps-android-commons repository on github
- Clone your fork into your local machine.
- Import your freshly cloned repository into Android Studio. This might take a while.
- Try to build and run app on your android device / emulator.
- In console run
./gradlew clean check connectedCheck jacocoTestReport --stacktrace
to execute unit tests. - Provide results of your tests, and screenshot of running instance. If any of unit tests are failing please document it in this issue.
Feel free to contact us if you have any problems.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
The Google Test and Development Environment - Pt. 3: Code ...
From any machine you can spin up a massive number of tests and run them in parallel across many machines in the pool,...
Read more >Develop and deliver apps with Cloud Code, Cloud Build ...
Runs tests on the container. Calls Google Cloud Deploy to deploy the container to the staging environment. In this tutorial, the staging environment...
Read more >Understanding Development & Test Environments | Unitrends
A test environment allows software developers to check how a code/program will behave in a live environment.
Read more >A quick introduction to the Google C++ Testing Framework
Google provides an interesting and easy-to-use open source alternative for developing unit tests to validate C/C++ based software.
Read more >Set up an open, closed, or internal test - Play Console Help
Note: Effective October 24, 2022, apps that are active on internal testing tracks are exempt from inclusion in Google Play's Data safety se....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let’s wait for @feelfreelinux 's evaluation.
While this does not add immediate new features to the app, it is a good exercise, don’t hesitate to improve our wiki (do you have write access to it?) based on the difficulties they encounter, thanks a lot! 😃