Hi, I cloned rockect.chat android app (written in Cordova) and followed the steps to have it on my machine. But when I run the command: “cordova build android” and throws the following:
We’ve deprecated the Cordova-based app: https://github.com/RocketChat/Rocket.Chat.Cordova#deprecated
Also, ImageMagick is a platform-dependent requirement not related to Node.js, therefore not reachable via npm. You should look for instructions to install it into your operating system.
I am having some problems on having it running on my emulator.
1 – The README.md says that i have to clone kotlin SDK and build it.
when we clone a kotlin sdk, Android studio considers it as a project. Doing so, i’m having 2 projects: Rocket.Chat.Kotlin.SDK and
Rocket.Chat.Android. The readme also says we need to have Rocket.Chat.Kotlin.SDK on the same directory as Android repository has (Coul you clarify it to me please?);
2 – I am having this error:
ERROR: startup failed:
build file ‘C:\Users\myuser\StudioProjects\Rocket.Chat.Android\build.gradle’: 37: only buildscript {} and other plugins {} script blocks are allowed before plugins {} blocks, no other statements are allowed