Jump to content

Cordova development environment


Oakington

Recommended Posts

Oakington

What development environment are you using Luke? I'm trying to build Emby.Mobile but I'm getting a ton of random errors (cordova cli). Are you using IntelliJ, cordova cli, appgyver, Visual Studio 2015, Eclipse,.....

Link to comment
Share on other sites

just the plain cordova cli along with whatever editors you prefer. for android i then pair that with android studio in order to handle the java components and launch the emulator

Link to comment
Share on other sites

Oakington

Interesting. I'll give the android studio a shot. Errors specifically related to android.support:support-v4 and appcompat-v7 when running cordova build from CLI. Something is not right with my gradle or SDK. I'll figure it out. Thanks!

Edited by Oakington
Link to comment
Share on other sites

Oakington

What version of cordova are you using? It seems that as soon as I do a ```$ cordova build android``` the git tree diverges a TON from the master branch.

 

EDIT:

Examining the diff, it looks as if  local environment differences are causing alot of the divergence. Cant get it to deploy debug to device though. I guess that's why you are using Android Studio for debug.

Edited by Oakington
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...