Android/Technic51 앱 keystore의 Sha fingerprint 구하기 C:\Program Files\Java\jre1.8.0_202\bin 로 이동 keytool -list -v -keystore "위치/키스토어_이름.keystore" 하면 비번치라고 하는데 비번 입력이 잘 되면 잘 동작한다. 2023. 1. 5. onConfigurationChanged이 동작하지 않을 때 android:configChanges="orientation|screenSize|keyboardHidden" android:launchMode="singleTop" android:screenOrientation="portrait" android:theme="@style/Application.Theme.NoActionBar" android:windowSoftInputMode="adjustNothing" 이런 코드를 추가해주면 된다. 아마 configChanges 만 추가해줘도 동작하는 듯 하다. 2022. 12. 29. APK 생성할 때 output 이름 변경 applicationVariants.all { v -> v.outputs.all { def formattedDate = new Date().format('yyMMdd') outputFileName = "v${versionName}_code${versionCode}_${formattedDate}_v1.apk" } } 이런식으로 날짜도 커스텀 할 수 있다. 2022. 12. 2. 동영상 플레이어 샘플 데이터 링크 1. MP4 : Big buck bunny commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4 2. HLS https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8 3. 실시간 HLS https://cph-p2p-msl.akamaized.net/hls/live/2000341/test/master.m3u8 HLS 테스트 사이트 players.akamai.com 2022. 11. 3. 이전 1 2 3 4 ··· 13 다음