Skip to main content
36
results
Andrew Fletcher
Working in Android Studio when attempting to run a project I had the following error Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: ERROR: APK path is not specified for module "android"   Tools Tool Version Android Studio Chipmunk | 2021.2.1 OS OSX - Big Sur 11.6.7 Ionic CLI 6.20.1 Node 18.0.0 Cordova cli: 11.0.0   Approaches to resolving this issue Rebuild project First, rebuild the project Build > Rebuild projectTry...
Andrew Fletcher
It appears that the plugin or file path is not working how it used to be on...
Andrew Fletcher
In Xcode and executing a run command, the response error was: { "name":...
Andrew Fletcher
Had the situation where you are running composer however, the scripts stops with...
Andrew Fletcher
In Xcode attempting to build or run an app, I receiving a framework...
Andrew Fletcher
Working through an app project I inherited using Ionic, Angular and ngx-leaflet to name a few elements... I had a problem where the map shows only all map tiles when navigating via my app in the Xcode simulator.  The simulator screen would show just a small tile and the rest of the area where the map should be visible stays in gray color. Image   Versions plugin /...
Andrew Fletcher
How can you find out if the Cordova plugins have been loaded? Begin by running...
Andrew Fletcher
While loading an ionic project, in Xcode when performing a run routine I had the...
Andrew Fletcher
Updating the Cordova plugins... there are two locations to manage the...
Andrew Fletcher
The issue Text through the app is being rendered as <p>Depletion...
Andrew Fletcher
If you have upgraded Ionic to 5 or 6 you will have experienced that the padding attribute is not working anymore. <ion-content padding *ngIf="loaded" color="medium">Use of attributes was deprecated in Ionic v4.  If you would have noticed in developers console, Ionic 4 was presenting warnings of using these attributes.  So post Ionic 4, these attributes were transitioned to CSS classes. Now use these 'classes' as follows <ion-content class="ion-padding" *ngIf="loaded"...
Andrew Fletcher
How do you get the version of ionic framework? ionic versionor ionic -vThe...
Andrew Fletcher
I recently received an ionic app that hasn't been updated for quite some time....
Andrew Fletcher
While working with lando, I had the following error ERROR: for safs_appserver_1...
Andrew Fletcher
Let say in composer.json you have "drupal/core-recommended": "^9.2" You're...