본문 바로가기

Programing/Debugging59

Cause: buildOutput.apkInfo must not be null [Problem] Cause: buildOutput.apkInfo must not be null ​ [Solution] gradle clean 또는 output 폴더 삭제 후 다시 빌드 2020. 1. 13.
[Android][ucrop] File res/drawable/ucrop_ic_cross.xml from drawable resource ID #0x7f070093 E/AndroidRuntime: FATAL EXCEPTION: main Process: com.victor.mms_application, PID: 15015 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.victor.mms_application/com.yalantis.ucrop.UCropActivity}: android.content.res.Resources$NotFoundException: File res/drawable/ucrop_ic_cross.xml from drawable resource ID #0x7f070093 at android.app.ActivityThread.performLaunchActivity(Activ.. 2019. 8. 28.
Manifest merger failed : Attribute application@appComponentFactory [Problem] Manifest merger failed : Attribute application@appComponentFactory value=(androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.0.0-alpha3] AndroidManifest.xml:22:18-86 is also present at [com.android.support:support-compat:28.0.0-alpha3] AndroidManifest.xml:22:18-91 value=(android.support.v4.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFa.. 2019. 7. 5.
Could not set unknown property 'useAndroidX' for object of type com.android.build.gradle.internal.dsl.BaseAppModuleExtension [Error] Could not set unknown property 'useAndroidX' for object of type com.android.build.gradle.internal.dsl.BaseAppModuleExtension [Root Cause] Wrong position of below parameter. android.useAndroidX=true android.enableJetifier=true [Solution] Input parameters into gradle.properties 2019. 7. 5.
삼성 인터넷 브라우저 52.231.167.134 우선 IP 추적을 해보면, MS Azure Cloude Server를 사용하는 IP로 확인 됩니다. https://www.ip-adress.com/ip-address/ipv4/52.231.167.134 52.231.167.134 IP Address Information Longitude129.0442° (129° 2′ 39″ E) www.ip-adress.com https://www.ipipipip.net/index.php?ln=ko&menu=ip-address-location-geolocation-lookup-home&ipaddress=52.231.167.134 52.231.167.134 - 아이피추적 - IPIPIPIP.net NetRange: 52.224.0.0 - 52.255.255.255 Net.. 2019. 6. 18.
[Android] API 'variant.getPackageLibrary()' is obsolete and has been replaced with 'variant.getPackageLibraryProvider()'. [Warining] API 'variant.getPackageLibrary()' is obsolete and has been replaced with 'variant.getPackageLibraryProvider()'. [Reason] This is not a problem. $> gradlew -Pandroid.debug.obsoleteApi=true --stacktrace .. REASON: The Kotlin plugin is currently calling this API. We are working to solve this. WARNING: Debugging obsolete API calls can take time during configuration. It's recommended to no.. 2019. 6. 12.
[Android][DataBinding] warning: Application namespace for xxx will be ignored [Warning] warning: Application namespace for attribute bind:onInputMethodAction will be ignored public static void setOnInputMethodActionListener( ^ [Code] @BindingAdapter("bind:onInputMethodAction") public static void setOnInputMethodActionListener( [Problem] @BindingAdapter("bind:onInputMethodAction") 2019. 6. 12.
[Android] INSTALL_FAILED_CONFLICTING_PROVIDER Problem 1. Failed to install APK at the Android Studio 05/23 21:10:27: Launching App Install failed. Installation failed Rerun Problem 2. Failed to install APK at the CMD Performing Streamed Install adb: failed to install app-release.apk: Failure [INSTALL_FAILED_CONFLICTING_PROVIDER: Package couldn't be installed in /data/app/com.bareum_sw.newscol lector-JzSpewFSi9bZe9H0IovfZw==: Can't install b.. 2019. 5. 23.
[오라클 오류] 에러코드 정리 https://docs.oracle.com/pls/db92/error_search?search=12560 Search for Error Messages docs.oracle.com ORA-00000 성공적인 정상 종료입니다. ORA-00001 유일성 제약조건(%s.%s)에 위배됩니다. ORA-00017 트레이스 이벤트 설정이 세션에 요구되었습니다. ORA-00018 최대 세션 수를 초과했습니다. ORA-00019 최대 세션 라이선스 수를 초과했습니다. ORA-00020 최대 프로세스 수(%s)를 초과했습니다. ORA-00021 세션이 다른 프로세스에 첨부되어 있음; 세션을 변경할 수 없습니다. ORA-00022 부적절한 세션 번호; 액세스가 거절되었습니다. ORA-00023 세션이 프로세스 고유의 메모리.. 2019. 5. 20.
[Android][tPacketCapture] How to save wireshark log on android? 1. Install tPacketCapture Application https://play.google.com/store/apps/details?id=jp.co.taosoftware.android.packetcapture tPacketCapture - Google Play 앱 tPacketCapture does packet capturing without using any root permissions. tPacketCapture uses VpnService provided by Android OS. Captured data are saved as a PCAP file format in the external storage. If you want a more detailed analysis, please.. 2019. 5. 10.
[Android][Gradle] Minimum supported Gradle version is 5.1.1. Current version is 4.10.2. [Error Code] Caused by: java.lang.RuntimeException: Minimum supported Gradle version is 5.1.1. Current version is 4.10.2. If using the gradle wrapper, try editing the distributionUrl in \Application\gradle\wrapper\gradle-wrapper.properties to gradle-5.1.1-all.zip at com.android.build.gradle.BasePlugin.checkGradleVersion(BasePlugin.java:678) at com.android.build.gradle.BasePlugin.basePluginApply(.. 2019. 5. 6.
안드로이드 6.0의 ConnectivityManager.requestNetwork https://stackoverflow.com/questions/32185628/connectivitymanager-requestnetwork-in-android-6-0 ConnectivityManager.requestNetwork in Android 6.0 I'm trying to get the new ConnectivityManager.bindProcessToNetwork(Network) using ConnectivityManager.requestNetwork(NetworkRequest, ConnectivityManager.NetworkCallback) The reason is to force the... stackoverflow.com [Using] ConnectivityManager.request.. 2019. 5. 3.