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

IonicWebViewEngine.java:137: error: cannot find symbol

Posted on 14/09/2023 by soiqualang_chentreu Posted in Mẹo vặt Tagged Ionic, IonicWebViewEngineLeave a Comment on IonicWebViewEngine.java:137: error: cannot find symbol

IonicWebViewEngine.java:137: error: cannot find symbol | Error: cannot find symbol variable LOLLIPOP [cordova] D:\sync\websvr\ionic\test\reader\envirotech_book_reader_mobile\platforms\android\app\src\main\java\com\ionicframework\cordova\webview\IonicWebViewEngine.java:11: error: package android.support.annotation does not exist [cordova] import android.support.annotation.RequiresApi; [cordova] ^ [cordova] D:\sync\websvr\ionic\test\reader\envirotech_book_reader_mobile\platforms\android\app\src\main\java\com\ionicframework\cordova\webview\IonicWebViewEngine.java:137: error: cannot find symbol [cordova] @RequiresApi(Build.VERSION_CODES.LOLLIPOP) [cordova] ^ [cordova] symbol: class RequiresApi [cordova] […]

Read More

AdMob.java:243: error: cannot find symbol

Posted on 11/09/202313/09/2023 by soiqualang_chentreu Posted in Sói's Tutorials Tagged Admob, IonicLeave a Comment on AdMob.java:243: error: cannot find symbol

AdMob.java:243: error: cannot find symbol [cordova] D:\sync\websvr\ionic\test\reader\envirotech_book_reader_mobile\platforms\android\app\src\main\java\name\ratson\cordova\admob\AdMob.java:243: error: cannot find symbol [cordova] @NonNull [cordova] ^ [cordova] symbol: class NonNull [cordova] location: class name.ratson.cordova.admob.AdMob [cordova] Note: Some input files use or override a deprecated API. [cordova] Note: Recompile with -Xlint:deprecation for […]

Read More

IONIC WhitelistPlugin cannot find symbol

Posted on 08/09/2023 by soiqualang_chentreu Posted in Mẹo vặt Tagged Ionic, WhitelistPluginLeave a Comment on IONIC WhitelistPlugin cannot find symbol

IONIC WhitelistPlugin cannot find symbol [cordova] D:\sync\websvr\ionic\test\reader\envirotech_book_reader_mobile\platforms\android\app\src\main\java\org\apache\cordova\whitelist\WhitelistPlugin.java:62: error: cannot find symbol [cordova] allowedIntents = new Whitelist(); [cordova] ^ [cordova] symbol: class Whitelist [cordova] location: class org.apache.cordova.whitelist.WhitelistPlugin [cordova] D:\sync\websvr\ionic\test\reader\envirotech_book_reader_mobile\platforms\android\app\src\main\java\org\apache\cordova\whitelist\WhitelistPlugin.java:63: error: cannot find symbol [cordova] allowedRequests = new Whitelist(); [cordova] ^ [cordova] […]

Read More

Ionic cleartext not permitted

Posted on 27/04/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged cleartext, IonicLeave a Comment on Ionic cleartext not permitted

Ionic cleartext not permitted Fix Ionic cleartext not permitted The default API level in the Cordova Android platform has been upgraded. On an Android 9 device, clear text communication is now disabled by default. To allow clear text communication again, set […]

Read More

[IONIC] Error: cannot find symbol variable LOLLIPOP

Posted on 19/04/2023 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt Tagged Ionic, LOLLIPOPLeave a Comment on [IONIC] Error: cannot find symbol variable LOLLIPOP

[IONIC] Error: cannot find symbol variable LOLLIPOP Cannot find symbol variable LOLLIPOP IonicWebViewEngine.java:114: error: cannot find symbol [cordova] D:\sync\websvr\ionic\current\chatchit_chatbot_mobile\platforms\android\app\src\main\java\com\ionicframework\cordova\webview\IonicWebViewEngine.java:114: error: cannot find symbol [cordova] @RequiresApi(Build.VERSION_CODES.LOLLIPOP) [cordova] ^ [cordova] symbol: class RequiresApi [cordova] location: class IonicWebViewEngine.ServerClient [cordova] Note: Some input files […]

Read More

Can’t start Android emulator device

Posted on 04/04/2023 by soiqualang_chentreu Posted in Mẹo vặt Tagged Android, emulator, IonicLeave a Comment on Can’t start Android emulator device

Can’t start Android emulator device Err info Fix Remove or Rename this folder, then start Android emulator device When Android emulator device started, it will re-create this folder

Read More

IONIC – Build IOS 2023

Posted on 03/04/202303/04/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Build IOS, CDVWKWebViewEngine, cordova, Ionic, NodejsLeave a Comment on IONIC – Build IOS 2023

IONIC – Build IOS 2023 https://ionicframework.com/docs/developing/ios Install Nodejs16 Phải Nodejs16 mới được, bản nodejs17 đang lỗi ERR_OSSL_EVP_UNSUPPORTED chưa có cách sửa https://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-x sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/{npm,node,man1/node*} nvm uninstall v17.4.0 // check version node -v || node –version // list installed […]

Read More

Note install IONIC 2023

Posted on 31/03/2023 by soiqualang_chentreu Posted in Công nghệ Tagged IonicLeave a Comment on Note install IONIC 2023

Note install IONIC 2023 npm install -g @ionic/cli npm i -g native-run npm i -g cordova https://ionicframework.com/docs/intro/cli

Read More

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 ios@latest 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

Posts navigation

Older 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.