Programing/Debugging(59)
-
Cause: buildOutput.apkInfo must not be null
[Problem] Cause: buildOutput.apkInfo must not be null [Solution] gradle clean 또는 output 폴더 삭제 후 다시 빌드
2020.01.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.08.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.07.05 -
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.07.05 -
삼성 인터넷 브라우저 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.06.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.06.12