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

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

IONIC Angular deployment – 404 on page Refresh

Posted on 13/06/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Angular, htaccess, Ionic2 Comments on IONIC Angular deployment – 404 on page Refresh

This will work on following servers. Apache Server Add .htaccess on root to your project <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Redirect Trailing Slashes […]

Read More

Ionic app icon generator

Posted on 13/04/202214/04/2022 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt Tagged Android, app icon, cordova, IonicLeave a Comment on Ionic app icon generator

Ionic app icon generator Tạo icon cho app IONIC [ERROR] cordova-res was not found on your PATH. Please install it globally ionic cordova resources > cordova-res [cordova-res] 'cordova-res' is not recognized as an internal or external command, [cordova-res] operable program […]

Read More

Thêm quảng cáo vào app android – ionic add Admob to my app

Posted on 21/03/202221/03/2022 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt, Sói's Tutorials Tagged Admob, Android, IonicLeave a Comment on Thêm quảng cáo vào app android – ionic add Admob to my app

Thêm quảng cáo vào app android – ionic add Admob to my app Đăng ký tài khoản https://admob.google.com/home/ https://apps.admob.com/signup/create-account Bị lỗi An error occurred. Please try again later. https://support.google.com/admob/thread/106753835/can-t-signup-into-account-for-admob-i-am-getting-an-error-occurred-please-try-again-later?hl=en Đổi sang trình duyệt Edge là Ok, lưu ý phải tắt […]

Read More

IONIC build APK bị lỗi build tools

Posted on 19/07/2021 by soiqualang_chentreu Posted in Công nghệ, Sói's Tutorials Tagged Android, Ionic, SDKLeave a Comment on IONIC build APK bị lỗi build tools

IONIC build APK bị lỗi build tools

Read More

Lỗi CLI IONIC tạo project mới

Posted on 15/07/2021 by soiqualang_chentreu Posted in Công nghệ, Sói's Tutorials Tagged IonicLeave a Comment on Lỗi CLI IONIC tạo project mới

Lỗi CLI IONIC tạo project mới

Read More

IONIC – ERR_NO_DEVICE: No hardware devices found

Posted on 08/04/2021 by soiqualang_chentreu Posted in Công nghệ, Sói's Tutorials Tagged Android, IonicLeave a Comment on IONIC – ERR_NO_DEVICE: No hardware devices found

IONIC – ERR_NO_DEVICE: No hardware devices found

Read More

Ionic Text to Speech: How to Convert Text to Speech in Ionic Application using Ionic Native and Cordova Plugins (Có thử tiếng Việt ok)

Posted on 11/01/2021 by soiqualang_chentreu Posted in Công nghệ, Sói's Tutorials, Tài liệu Tagged Ionic, Mobile, Text to Speech, ttsLeave a Comment on Ionic Text to Speech: How to Convert Text to Speech in Ionic Application using Ionic Native and Cordova Plugins (Có thử tiếng Việt ok)

Read More

Posts navigation

Older posts
Newer posts
Buy me a coffee - MOMO

Tags

3D WebGIS Android Android studio api ArcGIS Capacitor cloudflare cordova database Docker gdal geoserver gis git github Google Earth Engine guitar htaccess Ionic IOS javascript JS GIS Jupyter Notebook leaflet Linux Machine learning map mysql Nodejs openlayers php Pokemon postgis postgresql python QGIS remote sensing sql tomcat tools ubuntu VirtualBox viễn thám webgis wordpress

Recent Posts

  • Fix Geoserver WMS character representation error (UTF-8)
  • Create a globe-like orthographic projection map in QGIS 3
  • Linux Link, Unlink folder
  • PostgreSQL select current user
  • Moodle ERROR You don’t have permission to view this list of courses

Recent Comments

  • [GEE Cơ bản #1] Hướng dẫn thêm một tập ảnh trong Google Earth Engine – OpenGIS Việt Nam on [GEE Basic] Add an Image collection in Google Earth Engine
  • Cannot-Make-Directory-Permission-Denied-Bij-Run-Screen. on [Linux Screen] Cannot make directory ‘/var/run/screen’: Permission denied
  • Lê Tiến on Installing Apache, QGIS Server, And Lizmap Web Client On Windows OS
  • Amit Kumar Singh on Tìm hiểu Cloudflare Worker
  • Nguyen Liem on [Python] Text to speech – Chuyển văn bản thành giọng nói FPT Speech Synthesis

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

  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • 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.