Ionic 6 Full Starter App
IonicThemesBuy NOWLive Preview
  • What is Ionic 6 Full Starter App?
  • About this Ionic template
  • Template versions
  • Set up the development environment
  • Running the Ionic app
  • How to use this template?
  • Ionic Capacitor
  • Ionic Code Structure
  • Ionic Data Integration
  • Theming
  • Ionic Progressive Web App
  • Ionic Navigation
  • Ionic Server Side Rendering (SSR)
  • Ionic Splash Screens and Icons
  • App Shell
    • Image Shell
    • Text Shell
    • Aspect Ratio
  • Ionic Custom Components
    • Checkbox Wrapper
    • Countdown timer
    • Ionic Show/Hide Password
  • Ionic Walkthrough (or tutorial)
  • Categories
  • Ionic Firebase Integration
    • Firebase Authentication
    • Firebase CRUD
    • Firebase Hosting
    • Push Notifications
  • Google Maps & Geolocation
  • Ionic Video Playlist
  • Ionic Multi Language
  • Getting Started
  • Ionic Authentication
  • Ionic Side Menu
  • Ionic Profile
  • Contact Card
  • Social Sharing
  • Ionic Notifications
  • Forms and Validations
  • Filters
  • FAQs
  • Common Errors and Solutions
  • Glossary
  • Upcoming features
  • 🧐Changelog
  • Reviews / Testimonials ⭐️⭐️⭐️⭐️⭐️
Powered by GitBook
On this page
  • Errors during npm install
  • Errors when building Android app
  • Could not find an installed version of Gradle
  • Cannot find type 'GIDSignInDelegate‘ in scope

Was this helpful?

Common Errors and Solutions

The purpose of this sections is to add common errors and their solutions.

PreviousFAQsNextGlossary

Last updated 3 years ago

Was this helpful?

Errors during npm install

Try the following:

  1. Delete folder node_modules

  2. Delete file package-lock.json

  3. Run npm install again

Errors when building Android app

Could not find an installed version of Gradle

If you get an error like this go to and do what is suggested there, installing gradle.

"Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio"

Cannot find type 'GIDSignInDelegate‘ in scope

If you get these kind of errors when building your app for iOS, the issue is related to google sign in.

Please make sure you added the GoogleService-Info.plist file into your app folder as .

https://github.com/ionic-team/ionic/issues/11591
explained here