본문 바로가기

IT/Android100

날씨 앱 3] OpenWeather // 공공데이터포털 https://openweathermap.org/ Сurrent weather and forecast - OpenWeatherMap Leaving everything behind, people are fleeing conflict in Ukraine. They need shelter, food, and water. When you subscribe to our service, you can join us to help with donation of just of 20. Openweather will add 40 to each donation and send it to Disastrou openweathermap.org { "coord": { "lon": 127.0317, "lat": 37.5663 }, .. 2022. 4. 28.
날씨 앱 개발2] The Weather Underground Offline 문제 해결 날씨 앱 개발] The Weather Underground API 받기 다시~ https://www.wunderground.com/ Local Weather Forecast, News and Conditions | Weather Underground © Copyright TWC Product and Technology LLC 2014, 2022 www.wunderground.com 회원가입하고 API Key.. odomm.tistory.com 에 이어서 ,, Api키도 만들었는데 Device가 offline이다. api문서대로 받은 키 넣고 postman에서 send도 안돼서 찾아봤더니 근처에 있는 PWS(Personal Weather Station) station을 등록하는 거다.. https://ww.. 2022. 4. 28.
Android] Debug / Release SHA1 키 확인하기 Debug용 Android Studio Gradle → 프로젝트 선택 → signingReport 클릭 바로 SHA1 키 확인 가능 Release용 1. cmd로 자바 설치된 경로 확인하기 // cmd에서 cd, dir 활용 C:\Program Files\Java\jdk-13.0.2\bin 2. 안드로이드 스튜디오 -> build -> 앱의 .jks 경로 확인하기 3. cmd에서 java 경로에서 keytool list -v -keystore ".jks경로" 입력하고 키스토어 비번 입력하면 SHA1키 확인가능. 2022. 4. 26.
Android] 안드로이드 12 이상 앱 출시할때 / 'android:exported' property set. You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. >> 다 있는데 android:exported 항목이 없다 This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported >> 그래서 안드로이드 12 이상에서는 설치가 안된다. 앱 타겟버전을 12로 올리면서 문제가 발생했다. 친절하.. 2022. 4. 24.