Hi fellows,
After rounds of tries and errors, managed to get Siberian CMS SAE running on Ubuntu.
However there are issues when trying to build APK in Android Studio. Tried in both Windows and Linux environment still couldnt get it works. When import the source code downloaded from Siberian, it prompt an error below:-
Error:(95, 0) Could not read script ‘C:\Users\dota\Downloads\noodle_1_android_source\cordova-hot-code-push-plugin\base-chcp.gradle’ as it does not exist.
So I tried to commented out the <span style=”background-color: #4080ff; color: #ffffff; font-family: Helvetica, Arial, sans-serif; font-size: 12px; white-space: pre-wrap;”>”apply from: “cordova-hot-code-push-plugin/base-chcp.gradle”</span>
but it encountered another error.
<span style=”color: #ffffff; font-family: Helvetica, Arial, sans-serif; font-size: 12px; white-space: pre-wrap; background-color: #4080ff;”>”Error:C:\Users\dota\Downloads\noodle_1_android_source\res\xml\config.xml (The system cannot find the path specified)”</span>
How can I resolve it?