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
    1. Home
    2. peter
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 2
    • Groups 0

    peter

    @peter

    4
    Reputation
    473
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website thaleikis.de

    peter Follow

    Best posts made by peter

    • [Resolved] Cordova requirements "Android SDK not found." on Ubuntu 16.04. based OS.

      Hello,

      I’m not sure where I would post this. But after searching for hours to solve the problem I’m keen to shorten the search for others.

      I followed the steps to get the Cordova wrapper (http://quasar-framework.org/guide/cordova-wrapper.html) set up, installed Android Studio and set the paths. Still I got “Android SDK not found.” when running “cordova requirements” (with the correct defined paths):

      $ cordova requirements
      
      Requirements check results for android:
      Java JDK: installed 1.8.0
      Android SDK: installed true
      Android target: not installed 
      Android SDK not found. Make sure that it is installed. If it is not at the default location, set the ANDROID_HOME environment variable.
      Gradle: not installed 
      Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
      Looked here: /home/peter/Android/Sdk/tools/templates/gradle/wrapper
      Error: Some of requirements check failed
      

      At the end replacing the tools as described here: https://github.com/meteor/meteor/issues/8464#issuecomment-288112504 solved the issue for me:

      $ cordova requirements
      
      Requirements check results for android:
      Java JDK: installed 1.8.0
      Android SDK: installed true
      Android target: installed android-14,android-15,android-16,android-17,android-18,android-19,android-20,android-21,android-23,android-24,android-25
      Gradle: installed 
      

      I hope posting this helps others to get started easier. Razvan, feel free to move or delete if undesired.

      Peter

      posted in Framework
      P
      peter
    • RE: [Resolved] Cordova requirements "Android SDK not found." on Ubuntu 16.04. based OS.

      Sure, I’ll add a troubleshooting section to the Cordova section in the docs.

      posted in Framework
      P
      peter

    Latest posts made by peter

    • RE: AdminLTE?

      Thanks for your replies @billyboyz and @s-molinari . I’ll have a look at the admin example.

      posted in Help
      P
      peter
    • AdminLTE?

      Hello everyone,

      I’ve had a look around and couldn’t find any information of projects/starters using AdminLTE. Has anyone build a Quasar project using AdminLTE? Which implementation did you use as a start - the repo by almasaeed2010 or a different one like CoPilot?

      Cheers,
      Peter

      posted in Help
      P
      peter
    • RE: [Resolved] Cordova requirements "Android SDK not found." on Ubuntu 16.04. based OS.

      Sure, I’ll add a troubleshooting section to the Cordova section in the docs.

      posted in Framework
      P
      peter
    • [Resolved] Cordova requirements "Android SDK not found." on Ubuntu 16.04. based OS.

      Hello,

      I’m not sure where I would post this. But after searching for hours to solve the problem I’m keen to shorten the search for others.

      I followed the steps to get the Cordova wrapper (http://quasar-framework.org/guide/cordova-wrapper.html) set up, installed Android Studio and set the paths. Still I got “Android SDK not found.” when running “cordova requirements” (with the correct defined paths):

      $ cordova requirements
      
      Requirements check results for android:
      Java JDK: installed 1.8.0
      Android SDK: installed true
      Android target: not installed 
      Android SDK not found. Make sure that it is installed. If it is not at the default location, set the ANDROID_HOME environment variable.
      Gradle: not installed 
      Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
      Looked here: /home/peter/Android/Sdk/tools/templates/gradle/wrapper
      Error: Some of requirements check failed
      

      At the end replacing the tools as described here: https://github.com/meteor/meteor/issues/8464#issuecomment-288112504 solved the issue for me:

      $ cordova requirements
      
      Requirements check results for android:
      Java JDK: installed 1.8.0
      Android SDK: installed true
      Android target: installed android-14,android-15,android-16,android-17,android-18,android-19,android-20,android-21,android-23,android-24,android-25
      Gradle: installed 
      

      I hope posting this helps others to get started easier. Razvan, feel free to move or delete if undesired.

      Peter

      posted in Framework
      P
      peter