vishesh / sealnote

Android app for keeping encrypted notes
https://play.google.com/store/apps/details?id=com.twistedplane.sealnote
MIT License
79 stars 50 forks source link

Fix build failure permanently. #22

Closed akshatgoel closed 7 years ago

akshatgoel commented 7 years ago

Currently, build fails in Android Studio with message : Neither path nor baseDir may be null or empty string. path='null' basedir='Sealnote'

Updating storeFile path to file(String.valueOf(System.getenv("SEALNOTE_KEYSTORE"))) fixes the issue as per SO post : http://stackoverflow.com/a/34640602

Going forward, we need to know the exact cause and solution of the fix.