10
daCoda
6y

Writing code an testing it: works fine.
Not touching it for 3 weeks: can't compile it due to an gradle error

I hate Cordova!

Comments
  • 1
    Cordova is bad for your health.
    Welcome to devRant 😀
  • 1
    @gitpush yeah just noticed that :D but my boss told me to use Cordova
    Thanks :)
  • 1
    @daCoda good luck with that, I don't envy you :S
  • 1
    Please kill me... Now the App is build and the emulator starts, but the app is crashing all the time without any error
  • 1
    @daCoda I keep on reading your name as: daCordova T_T
    Try a clean -> build
    Maybe Gradle is using old cache?
  • 1
    Haha yeah that name fits kinda...
    Already did a SVN revert, removed android and added it again... Now gonna remove all plugins and readd them in case there is any problem due to old version or anything
  • 1
    @daCoda abandon Cordova and you'll be fine :p
  • 0
    Definitely abandon it for my next project! Do you now any good ans modern cross platform development frameworks?
  • 1
    @daCoda some people I know swear by ionic. Haven't used it myself though.
  • 1
    @kerambit I will try it out, thanks :)
    Finally fixed the problem... My Coworker used an older version of the Google maps plugin. It seems like they renamed a important Java class in the newer version which lead to a classNotFound exception... Thank god for ADB logcat :D
Add Comment