Closed WillyRamirez closed 7 years ago
Sorry, everyone for the confusion, my error is not gone, I even redid the entire installation. Still get the gradle build error, and also the above one
Hi @WillyRamirez , in android/app/build.gradle, can you try deleting line 100-107 and line 120.
Hi and thanks for the fast reply @junedomingo , I applied your fix. the "MYAPP_RELEASE_STORE_FILE" error is gone, but the "cant find variable: process" error above is still present
Error doesn't occur on my Mac (although there it doesn't work either, different issue)
Hi all,
When trying to run this app I get the following error (on windows 7 running android)
App runs after removing below lines from build.gradle
storeFile file(MYAPP_RELEASE_STORE_FILE) storePassword MYAPP_RELEASE_STORE_PASSWORD keyAlias MYAPP_RELEASE_KEY_ALIAS keyPassword MYAPP_RELEASE_KEY_PASSWORD
However, when running the app I get the following
Anyone else running on windows or know how to solve this? Thnx