728x90
새로운 apk의 버전 코드(1)가 이미 존재합니다.
새롭게 업데이트를 좀 해서 apk를 업로드 하려고 하니 "새로운 apk의 버전 코드(1)가 이미 존재합니다." 라는 에러가 발생한다.
이럴 경우는 AndroidManifest.xml 의 상단 부분을 수정하면 된다.
<manifest xmlns:android="">http://schemas.android.com/apk/res/android"
package="com.calliemason.kidsanimation"
android:versionCode="11" <----- 이부분.
android:versionName="1.1" > <----- 이부분.
728x90
'Language > Java' 카테고리의 다른 글
[Design Pattern] Singleton 패턴 (0) | 2020.11.26 |
---|---|
Java - public, private, protected 차이 구분 (0) | 2016.02.24 |
CharSequence과 String, StringBuffer, CharBuffer 비교 (0) | 2016.01.27 |
fill_parent, match_parent and wrap_content (0) | 2015.05.23 |
ListView에서 textSize 변경하기. (0) | 2015.05.23 |
arrays.xml 의 string-array를 code로 읽어 오기. (0) | 2015.05.23 |
Youtube 연결 intent (0) | 2015.05.23 |
Package name (0) | 2015.05.23 |