-
Android debug via wifi
Android debug via wifi Lấy danh sách thiết bị adb devices -l List of devices attached H7AXB771T321953 device product:WW_Phone model:ASUS_X00ID device:ASUS_X00IDC transport_id:1 Bật debug wifi # This makes the device to start listening for connections on port 5555; adb tcpip 5555 # Look up the device IP address adb shell ifconfig # adb shell netcfg # You can disconnect the USB now # This connects to the server we set up on the device on step 2 adb connect <DEVICE_IP_ADDRESS>:5555 adb connect 192.168.1.22:5555 adb connect 10.10.10.25:5555 # Now you have a device over the network with which you can debug as usual. To switch the server back to the USB…
-
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 or batch file. [ERROR] cordova-res was not found on your PATH. Please install it globally: npm i -g cordova-res Run npm install -g cordova-res to install cordova-res Ionic create icon and splash screen resources The source image for icons should ideally be at least 1024×1024px and located at resources/icon.png. The source image for splash screens should ideally be at least 2732×2732px and located at resources/splash.png. If you used ionic start,…
-
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 Adblock nữa Giao diện Admob Đăng ký ID quảng cáo Admob https://apps.admob.com/v2/apps/9537187511/overview Tạo đơn vị quảng cáo ca-app-pub-3654642326317030~9537187511 ca-app-pub-3654642326317030/1927781499 https://apps.admob.com/v2/apps/9537187511/adunits/create Preferences https://www.freakyjolly.com/ionic-admob-free-native-tutorial/ https://apps.admob.com/v2/apps/9537187511/overview Thêm quảng cáo vào app App ID ca-app-pub-3654642326317030~9537187511 banner ca-app-pub-3654642326317030/1927781499 ionic cordova plugin add cordova-plugin-admob-free --save --variable ADMOB_APP_ID="ca-app-pub-3654642326317030~9537187511" npm install @ionic-native/admob-free ionic g service services/admob https://apps.admob.com/v2/apps/9537187511/settings https://apps.admob.com/v2/apps/9537187511/adunits/list Fix Lỗi không hiện quảng cáo trong app Khi app được release thì tự động hiện được quảng cáo Không…
-
Lỗi ADB không tìm thấy thiết bị hoặc adb server bị killed
-
[Android] Lỗi Unable to determine Android SDK directory khi build app bundle
-
Update your target API level by November 1, 2021 – android 11 – API 30
-
[Android] Cách Sign App bundle
-
[Android] Granting WRITE_SECURE_SETTINGS permission via ADB
-
[Android] ADB – Format SD card to use as Internal Storage
-
Lỗi Java, Android SDK path
-
Generating an Android App Bundle from your Ionic app (without Android Studio)
-
IONIC build APK bị lỗi build tools
IONIC build APK bị lỗi build tools
-
IONIC – ERR_NO_DEVICE: No hardware devices found
IONIC - ERR_NO_DEVICE: No hardware devices found
-
Update ADB – Android Emulator
Update ADB - Android Emulator
-
Cross-site Scripting Attacks on Android WebView
Cross-site Scripting Attacks on Android WebView