No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    [Solved] Error: No Java files found that extend CordovaActivity.

    Help
    1
    2
    9693
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      realtebo last edited by realtebo

      I am on windows 10

      Running quasar dev -m cordova -T android

      I got this

      DONE  Compiled successfully in 18249ms                                                                          9:50:30
      
      i 「wds」: Project is running at http://192.168.20.43:3000/
      i 「wds」: webpack output is served from
      i 「wds」: 404s will fallback to /index.html
      
      App · Updated Cordova config.xml
      App · Running "cordova run android"
      
      No Java files found that extend CordovaActivity.
      
      App · Command "cordova" failed with exit code: 1
      App · Updated Cordova config.xml
      App · ⚠️  [FAIL] Cordova CLI has failed
      

      What is this?

      1 Reply Last reply Reply Quote 0
      • R
        realtebo last edited by

        Damn… Turn Off and Turn On … First rule of IT …

        I resolved simply doing …

        cd cordova-src
        cordova platform remove android
        cordova platform add android
        
        1 Reply Last reply Reply Quote 2
        • First post
          Last post