You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Getting the error in title when trying to create cordova android app. Executed following instructions:
cordova plugin add nodejs-mobile-cordova ----> OK
cordova build android -----> KO
Message says:
A problem was found with the configuration of task ':app:generateJsonModelDebug'.
File '/home/denis/AndroidStudioProjects/TestApp/platforms/android/app/src/com/janeasystems/cdvnodejsmobile/jni/CMakeLists.txt' specified for property 'externalNativeJsonGenerator.makefile' does not exist.
Using tools:
node 8.10.0
cordova 8.0.0
gradle 3.4.1
I have currently no folder "com/janeasystems/cdvnodejsmobile/" in subdirectory "platforms/android/app/src/".
Can you help to clarify what has to be done to build those files or solve this issue? Thanks for your help.
Note. Maybe this issue is related to #90