Skip to content

A score counter for pool🎱, such as snooker and eight-ball

Notifications You must be signed in to change notification settings

Sciroccogti/pool_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pool_counter

A score counter for pool, such as snooker and eight-ball.

How to contribute

Gen icon

dart run flutter_launcher_icons -f ./flutter_launcher_icons.yaml

Build

flutter build apk --release

If run into issues like:

Execution failed for task ':app:lintVitalRelease'.
> Lint infrastructure error
  Caused by: java.lang.NoClassDefFoundError: com/android/tools/lint/checks/BuiltinIssueRegistry

Then may be needed to update gradle version.

Sign

Follow this: Signing the app

keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload

Then run:

jarsigner -verbose -keystore ~/android-keystore.jks -signedjar signed.apk CoolApkDevVerify_no_sign.apk upload