nathansdev/ContraFlutterKit

Project not running

fabiojansenbr opened this issue · 3 comments

Im trying to run the project but im getting gradle errors:

  • Where:
    Build file 'C:\Users\fabio\Desktop\ContraFlutterKit\android\app\build.gradle' line: 60

  • What went wrong:
    A problem occurred evaluating project ':app'.

path may not be null or empty string. path='null'

My flutter version is 1.22.0

How to fix this?

Goto -> 'C:\Users\fabio\Desktop\ContraFlutterKit\android\app\build.gradle' line: 60
and replace

storeFile file(keystoreProperties['storeFile'])

using

storeFile file("key.jks")  

@nathansdev can you close this issue?

Sorry, @dasunx I did not see the notification for long time,
Closing now.