Error: Task 'default' is not in your gulpfile

Hi,

We are getting this error when we try to generate our debug apk. Does anyone is having the same issue?

[08:41:13] Using gulpfile ~/Documents/Sugar/mobile-sdk/9.0.508-1.4.2-2/gulpfile.js

[08:41:13] Task 'default' is not in your gulpfile

[08:41:13] Please check the documentation for proper gulpfile formatting

FAIL

Thanks in advance.

Marilia Piva.

_terminal_log.txt.zip
Parents
  • Marilia,
    What sequence of commands are you executing to generate your debug apk?
    I don't see ./sdk build calls in the logfile

  • Hi Eugene Bychkov

    Thanks for your answer. 

    We tried the command that you mentinoed but we are facing the same error as you can see in log.txt.

  • Marilia, to be able to help you I need full list and order of commands you execute
    I will to reproduce your issue then

  • Hi Eugene Bychkov

    1 - We installed through ./install

    2 - then we went to the folder that we have the sdk and run the command ./generateapp : macBook-Pro:mobile-sdk usuario$ /Users/usuario/Documents/Sugar/mobile-sdk/11.0.512-1.4.2-2/sdk/generate-app sdktri11.1

    3 - After that we generated the app we run: ./sdk debug

    4 - To generate the apk we run: ./sdk init-native and then ./sdk -s debug -p android (debug version) and ./sdk -s store -p android (realease version)

    We can run our app locally, but when we try to generate the debug or release version we are having issues. Remembering that we were using the same comands before and they were working.

    Thanks in advance

    Marilia Piva

Reply
  • Hi Eugene Bychkov

    1 - We installed through ./install

    2 - then we went to the folder that we have the sdk and run the command ./generateapp : macBook-Pro:mobile-sdk usuario$ /Users/usuario/Documents/Sugar/mobile-sdk/11.0.512-1.4.2-2/sdk/generate-app sdktri11.1

    3 - After that we generated the app we run: ./sdk debug

    4 - To generate the apk we run: ./sdk init-native and then ./sdk -s debug -p android (debug version) and ./sdk -s store -p android (realease version)

    We can run our app locally, but when we try to generate the debug or release version we are having issues. Remembering that we were using the same comands before and they were working.

    Thanks in advance

    Marilia Piva

Children