안드로이드스튜디오 썸네일형 리스트형 [APP] 안드로이드 스튜디오 앱 이름 바꾸기 1. app - manifests - AndroidManifest.xml 파일 로드 2. AndroidManifest.xml - 더보기 [android] 안드로이드 스튜디오 앱 버전 설정하기 (android studio set versioncode versionname) 관련 이미지가 없길래 테스트용 하나 만들어서 캡쳐 따왔어요. 안드로이드 앱 버전 설정은 android/build.gradle 에서 설정해준다. 12345678910111213android { defaultConfig { //version code 설정 versionCode 1 //version name 설정 versionName "1.0.0" multiDexEnabled true //add testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }}Colored by Color Scriptercs 안드로이드 스튜디오 시험 있으면 딱 내기 좋은 듯..? (쭈글) Version Code1. version code는 '정수' 값이어.. 더보기 안드로이드 스튜디오 SDK 깔기. 안드로이드 스튜디오에서 뭐만 하면 맨날 에러 처 나서 짜증나는데...ㅠㅠ 오늘은 이런 에러가 떴다. C:\Users\********\AppData\Local\Android\sdk\tools\emulator.exe -avd Nexus_5_API_23_x86 -netspeed full -netdelay none emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it. -- getGLES1ExtensionString: Could not find GLES 1.x config! Failed to obtain GLES 1.x extensions string! Could not initialize emulated fr.. 더보기 이전 1 다음