Skip to content

Long's blog

Góp nhặt của một kẻ mù công nghệ :p

  • My Info
    • Đỗ Thành Long’s CV
    • My Github
    • My Youtube
    • My Google Scholar
    • My Facebook
  • Café
    • soiqualang_chentreu
    • Trắng Xóa!
    • Capuchino
    • Robusta Café
    • Đen nóng Café
  • Dev
    • Web
    • Công nghệ
    • Uncategorized
  • GIS
    • Shared Map
    • QGIS
    • WebGIS
    • PostgreSQL, PostGIS
    • GeoServer
    • Openlayers
  • Viễn thám
  • Research
    • Ý tưởng
    • Research
    • Sói’s Tutorials
  • Tài liệu
    • GIS – Remote Sensing news
    • Tài liệu
    • Dữ liệu
    • Mẹo vặt
  • My Apps
    • Khoa học thường thức
    • Trắng Xóa – Danh ngôn
    • Harmonica tabs
    • Ảnh chế hài hước, dzui dzui
    • GeoGIS
    • Guitar tabs – Viettabs
    • 2000 Phác đồ điều trị bệnh
    • Q2A
    • Học HTML
    • Openlayers Cookbook
    • OpenLayers3 Leaflte Cookbook
    • OpenLayers Create Code
    • PostgreSQL Tools
    • Get link Remote Sensing Data
    • Lon,Lat Decimal
    • Download Landsat Images
    • Tra cứu vận đơn Viettel Post
    • GET Map OGC WMS, WFS, WCS services
    • PHP-SLD Generate
    • Viettabs.cf – Guitar tabs sharing
    • Files to Videos
  • Other
    • Reading
    • Games
    • Harvest Moon

Tag: Ionic

IONIC Build IOS 2023 – Stuck on White Screen after splash screen

Posted on 10/03/2023 by soiqualang_chentreu Posted in Mẹo vặt Tagged Build IOS, Ionic, splash screenLeave a Comment on IONIC Build IOS 2023 – Stuck on White Screen after splash screen

IONIC Build IOS 2023 – Stuck on White Screen after splash screen Fix IONIC IOS Stuck on White Screen after splash screen ionic cordova platform add ios ionic cordova platform remove ios ionic cordova platform add [email protected] ionic cordova prepare […]

Read More

IONIC Error: Unknown argument: platform

Posted on 08/12/202208/12/2022 by soiqualang_chentreu Posted in Mẹo vặt Tagged Ionic, platformLeave a Comment on IONIC Error: Unknown argument: platform

IONIC Error: Unknown argument: platform Unknown argument: platform D:\sync\websvr\ionic\test\t2>ionic cordova run android [INFO] Hardware device(s) found for android. Using –device. > ng.cmd run app:ionic-cordova-build –platform=android Error: Unknown argument: platform [ERROR] An error occurred while running subprocess ng. ng.cmd run app:ionic-cordova-build […]

Read More

Ionic capacitor Live Reload/ Hot Reload

Posted on 14/10/202214/10/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Capacitor, Hot Reload, Ionic, Live ReloadLeave a Comment on Ionic capacitor Live Reload/ Hot Reload

Ionic capacitor Live Reload/ Hot Reload npm install -g @ionic/cli native-run ionic cap add android ionic cap sync ionic cap run android –external -livereload References https://capacitorjs.com/docs/guides/live-reload https://stackoverflow.com/questions/69545612/what-is-the-command-to-run-ionic-capacitor-app-on-device-with-live-reload-for-an https://ionicframework.com/docs/cli/commands/capacitor-run

Read More

[IONIC Capacitor Mobile Dev] Chang app name, version in Android

Posted on 14/10/202214/10/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Android, Capacitor, Ionic, Mobile, Mobile DevelopmentLeave a Comment on [IONIC Capacitor Mobile Dev] Chang app name, version in Android

[IONIC Capacitor Mobile Dev] Chang app name, version in Android Change App Name These are the other places: app_name in android/app/src/main/res/values/strings.xml Change App Version versionCode, versionName in android/app/build.gradle References https://forum.ionicframework.com/t/change-application-name-on-android-platform/220594

Read More

Ionic cordova-res Error occurred while copying resources/android/icon/

Posted on 14/10/202214/10/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Android, cordova, cordova-res, Ionic, IOS, Mobile DevelopmentLeave a Comment on Ionic cordova-res Error occurred while copying resources/android/icon/

Ionic cordova-res Error occurred while copying resources/android/icon/ Err info D:\sync\websvr\ionic\current\thanhlong_binhthuan_appmobile>cordova-res android –skip-config –copy –type icon Generated 6 resources for Android WARN: Error occurred while copying resources\android\icon\mdpi-foreground.png WARN: Error occurred while copying resources\android\icon\mdpi-background.png WARN: Error occurred while copying resources\android\icon\hdpi-foreground.png WARN: Error […]

Read More

Ionic capacitor build APK debug and App bundle ABB

Posted on 13/10/202214/10/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Android, App Bundle, Capacitor, IonicLeave a Comment on Ionic capacitor build APK debug and App bundle ABB

Ionic capacitor build APK debug and App bundle ABB ionic capacitor build Debug APK ionic cap copy ionic cap sync cd android gradlew assembleDebug APK will be: approot_folder\android\app\build\outputs\apk\debug ionic capacitor build App bundle ABB ionic cap copy ionic cap sync […]

Read More

IONIC Cordova to Capacitor migration

Posted on 13/10/202214/10/2022 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt, Sói's Tutorials Tagged Capacitor, cordova, IonicLeave a Comment on IONIC Cordova to Capacitor migration

IONIC Cordova to Capacitor migration Add Capacitor Begin by opening your project in the terminal, ionic integrations enable capacitor # Delete capacitor.config.ts and try again npx cap init Build your Web App npm run build Add Platforms # You must […]

Read More

Run capacitor Android Ok

Posted on 12/10/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Android, Capacitor, IonicLeave a Comment on Run capacitor Android Ok

Run capacitor Android Ok Your Ionic app is ready! Follow these next steps: – Go to your new project: cd .\t1 – Run ionic serve within the app directory to see your app in the browser – Run ionic capacitor […]

Read More

IONIC NPM update all plugins, check java, gradle version

Posted on 12/10/202212/10/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Ionic, Nodejs, npmLeave a Comment on IONIC NPM update all plugins, check java, gradle version

IONIC NPM update all plugins, check java, gradle version IONIC NPM update all plugins npm install -g cordova-check-plugins cordova-check-plugins –update=auto Check java, gradle version # Check java path where java #—– java -version gradle -version https://downloads.gradle-dn.com/distributions/gradle-7.5.1-bin.zip

Read More

Android IONIC – No installed build tools found. Install the Android build tools version 19.1.0 or higher

Posted on 11/10/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Android, Android Debug, build tools, IonicLeave a Comment on Android IONIC – No installed build tools found. Install the Android build tools version 19.1.0 or higher

Android IONIC – No installed build tools found. Install the Android build tools version 19.1.0 or higher Thông báo lỗi > cordova.cmd build android [INFO] … and 78 additional chunks [ng] i 「wdm」: Compiled successfully. [cordova] (node:10100) [DEP0128] DeprecationWarning: Invalid […]

Read More

[IONIC] Error: ENOENT: no such file or directory when running Ionic Cordova

Posted on 11/08/202211/08/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Android, cordova, IonicLeave a Comment on [IONIC] Error: ENOENT: no such file or directory when running Ionic Cordova

[IONIC] Error: ENOENT: no such file or directory This error appears when I run Capacitor first, then I decide to change to Cordova ionic cordova run android -l -c How to fix Error: ENOENT: no such file or directory when […]

Read More

Ionic Recognized as Top Leader in Mobile Development Frameworks (07/2022)

Posted on 22/07/202222/07/2022 by soiqualang_chentreu Posted in Uncategorized Tagged Frameworks, Ionic, Mobile DevelopmentLeave a Comment on Ionic Recognized as Top Leader in Mobile Development Frameworks (07/2022)

Hôm nay mình nhận được 1 cái mail thế này, thấy cũng an tâm hơn khi đang dùng IONIC để triển khai các app mobile. Trước kia khi cũng có vọc Flutter, nhưng không cảm nổi, sau chuyển qua IONIC thì nghe mấy đứa Flutter […]

Read More

IONIC Updating Dependencies

Posted on 20/07/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Dependencies, Ionic, Nodejs, npmLeave a Comment on IONIC Updating Dependencies

IONIC Updating Dependencies Check module is outdate https://stackoverflow.com/questions/16525430/npm-check-and-update-package-if-needed npm outdated Update Dependencies npm update Lỗi npm Could not resolve dependency npm Could not resolve dependency Để fix, tôi chạy lệnh này npm update –save –legacy-peer-deps https://stackoverflow.com/questions/64573177/unable-to-resolve-dependency-tree-error-when-installing-npm-packages Kết quả

Read More

[Fix error] An unhandled exception occurred: [BABEL] /workdir/test/chess/www/1-es2015.js: Could not find plugin “proposal-class-static-block”

Posted on 30/06/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged es2015, Ionic, proposal-class-static-blockLeave a Comment on [Fix error] An unhandled exception occurred: [BABEL] /workdir/test/chess/www/1-es2015.js: Could not find plugin “proposal-class-static-block”

[Fix error] An unhandled exception occurred: [BABEL] /workdir/test/chess/www/1-es2015.js: Could not find plugin "proposal-class-static-block" Error info How to fix this error This worked for me: Go to tsconfig.json change "target": "es2015", to "target": "es5", References https://forum.ionicframework.com/t/could-not-find-plugin-proposal-numeric-separator/185556/22

Read More

IONIC Capacitor build Android Debug APK

Posted on 27/06/202227/06/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Android, Android Debug, apk, Capacitor, IonicLeave a Comment on IONIC Capacitor build Android Debug APK

IONIC Capacitor build Android Debug APK Install Capacitor npm install @capacitor/core @capacitor/cli npx cap init Add Android platform to Capacitor project ionic build npm install @capacitor/android ionic cap add android Build Android Debug APK with IONIC Capacitor ionic cap copy […]

Read More

Posts navigation

Older posts
Buy me a coffee - MOMO

Tags

Android Android studio api App Bundle ArcGIS Capacitor cloudflare database Docker gdal geoserver geotoolbox gis github Google Earth Engine guitar htaccess Ionic IOS javascript JS GIS Jupyter Notebook leaflet Linux Machine learning map MapServer mysql Nodejs openlayers php plugin Pokemon postgis postgresql python QGIS raster remote sensing sql tools ubuntu viễn thám webgis wordpress

Recent Posts

  • Serverless Maps – Now Open Source
  • Mapbox Vector Tile Basic JS Renderer
  • Make and Update SEQUENCE in PostgreSQL – GeoServer WMST with Image mosaicking plugin
  • Esri Map Components for Web
  • Render Mapbox style in CesiumJs

Recent Comments

  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • soiqualang_chentreu on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)

Categories

  • Capuchino
  • Công nghệ
  • Dữ liệu
  • GIS
  • Google Earth Engine
  • Lang thang
  • Linux
  • Mẹo vặt
  • QGIS Tutorials and Tips
  • Research
  • Sói's Tutorials
  • Tài liệu
  • Uncategorized
  • Viễn thám
  • Web
  • WebGIS
  • Ý tưởng

Archives

  • March 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • November 2020
  • September 2020
  • August 2020
  • August 2019
  • July 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • October 2017
  • September 2017
  • August 2017
  • June 2017
  • May 2017
  • April 2017

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright 2022. All rights reserved.


Back To Top