Skip to content

AnaelMobilia/NextINpact-Unofficial

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

Disponible sur F-Droid Disponible sur Google Play

Bibliothèques utilisées par le projet :

Outils pratiques :

Debug

  • Logcat sur une application tournant sur une device : adb logcat *:E
  • effacer le logcat : adb logcat -c
  • Install d'un apk en tant que mise à jour de l'application : adb install -r path/to/file.apk
  • Monkey test : adb shell monkey -p mon.application.name -v 500