Skip to content

Releases: biud436/MV-App-Builder

MV App Builder

03 Feb 14:27
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.8 or more.
  • Node.js (npm)
  • Cordova v12.0.0
  • JDK 11
  • Android Studio & Android SDK 33 or more
  • Android SDK Command-line Tools 8.0
  • Windows 10 or more.

Change Log

  • Fixed the Target API and Compile API level as 33
  • Updated JDK version from 8 to 11
  • Changed the game build path from 'My Documents' to C:\Users\<USER_NAME>\AppData\Local\RPG Maker MV Cordova Builder

v0.7.0 버전 추가 가이드 (2024년 2월 기준)

OpenJDK 11

기존에는 cordova를 비롯한 핵심이 되는 툴들이 JDK 8만을 지원하였습니다.

▶ 설치 방법 : https://learn.microsoft.com/en-us/java/openjdk/download

하지만 현재 cordova v12.0.0 기준으로 JDK 11 이상이 필요합니다.

따라서 JDK 11 이상에서 동작하도록 프로그램을 변경하였습니다.

Android SDK Command-line Tools 8.0 설치

2024년 2월(현재 기준 최신)에 안드로이드 스튜디오를 설치하신 분은 sdkmanager가 설치되지 않기 때문에 아래와 같이 별도로 설치를 하셔야 합니다.

image

Cordova v12.0.0 이상 설치 및 SDK Level 33 필요

image

Gradle 설치

▶ 설치 방법 : https://gradle.org/install/

빌드 시 오류가 생기면 C: 에 압축을 풀고, C:\gradle-버전명\bin 을 PATH에 추가해줘야 합니다 (gradle 7.6에서 정상 동작 확인)

프로젝트 경로에 한글이 있을 경우.

최근 윈도우 11 설치 시, 문서와 같은 폴더가 기존과 달리, 영어가 아닌 한글로 출력이 돼 문제가 생기고 있습니다.

A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.
   > Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory.

따라서 경로를 C:\Users\<사용자명>\AppData\Local\RPG Maker MV Cordova Builder 폴더로 변경하였습니다.


Full Changelog: v0.2.29...v0.7.0

MV App Builder

22 Mar 01:29
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.5.4 or more.
  • Node.js (npm)
  • Cordova v11.1.0
  • JDK 8
  • Android Studio & Android SDK 30 or more.
  • Windows 10 or more.

Change Log

  • Fixed the Target API and Compile API level as 30 (#17)

MV App Builder

18 Jun 06:05
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.5.4 or more.
  • Node.js (npm)
  • Cordova v9.0.0
  • JDK 8
  • Android Studio & Android SDK 32 or more.
  • Windows 10 or more.

Known Issue

  • The process plugin (Kill Process) of the NSIS is not working fine in Windows 11 when performing the update as new version of this program.

Change Log

  • Fixed the error that can't find the file named js/plugins.js

MV App Builder

25 Jan 08:12
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.5.4 or more.
  • Node.js (npm)
  • Cordova v9.0.0
  • JDK 8
  • Android Studio & Android SDK 29 or more.
  • Windows 7 or more.

MV App Builder

30 Oct 07:03
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.5.4 or more.
  • Node.js (npm)
  • Cordova v9.0.0
  • JDK 8
  • Android Studio & Android SDK 29 or more.
  • Windows 7 or more.

Change Log

  • Fixed the error that is not recognized an icon file.
  • Fixed the bug that is not showing an error when building.
  • Fixed the issue that is not found a tool named 'sdkmanager' from the android sdk folder.
  • Fixed the issue that can't find the environment variable called 'ANDROID_SDK_ROOT'.
  • Fixed the minimum sdk level is to 22.
  • Fixed the bug that can't make a keystore file and keystore file's extension is changed as '*.jks'

변경 사항

  • 아이콘 파일이 인식되지 않는 문제를 수정하였습니다.
  • 빌드 시 오류가 뜨지 않는 문제를 수정하였습니다.
  • sdkmanager를 찾을 수 없는 문제를 수정하였습니다.
  • 안드로이드 SDK 환경 변수가 등록되어있지 않을 때 뜨는 오류를 제거하였습니다.
  • 최소 API 레벨을 22로 변경하였습니다 (그 이하를 선택하면 빌드가 되지 않습니다)
  • 키스토어 파일 생성 오류 수정 및 파일 이름 keystore에서 jks로 변경

MV App Builder

16 Aug 04:10
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.5.4 or more.
  • Node.js (npm)
  • Cordova v9.0.0
  • JDK 8
  • Android Studio & Android SDK 28 or more.
  • Windows 7 or more.

Change Log

  • Fixed a bug that can't fetch version text using C# Regex when checking latest cordova version.

변경 사항

  • 코르도바 버전을 체크할 때 정규 표현식이 동작하지 않는 문제를 수정하였습니다.
  • 이제 옵션 윈도우에서 자바 JDK 와 안드로이드 SDK의 설치 경로를 확인할 수 있습니다.

MV App Builder

31 Jul 05:24
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.5.4 or more.
  • Node.js (npm)
  • Cordova v9.0.0
  • JDK 8
  • Android Studio & Android SDK 28 or more.
  • Windows 7 or more.

Change Log

  • Now the password must enter at least 6 numbers.
  • Checks there is a newly cordova using npm command. instead of WebClient

변경 사항

  • 이제 반드시 키스토어 비밀번호를 6자리 이상 입력해야 합니다.
  • 최신 코르도바 버전을 npm 명령어를 이용하여 확인합니다.

MV App Builder

21 Mar 04:48
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.5.4 or more.
  • Node.js (npm)
  • Cordova v9.0.0
  • JDK 8
  • Android Studio & Android SDK 28 or more.
  • Windows 7 or more.

Change Log

  • Fixed the issue that Output Folder didn't show properly.
  • Fixed the issue that didn't create the setup file when it didn't exist the output folder.

변경 사항

  • 빌드 완료 이후 출력 폴더가 '내 문서'가 아닐 때, 출력 폴더가 뜨지 않는 문제를 수정하였습니다.
  • 출력 폴더를 삭제했을 때, 업데이트 파일이 생성되지 않는 문제를 수정하였습니다.

MV App Builder

01 Feb 03:17
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.5.4 or more.
  • Node.js (npm)
  • Cordova v9.0.0
  • JDK 8
  • Android Studio & Android SDK 28 or more.
  • Windows 7 or more.

Change Log

  • Fixed the bug that didn't indicate a version of JDK that installed in your computer.
  • Fixed the issue that is not showing the error message in Korean.
  • if the key alias of the keystore is already set, it can be failed a new creation.

변경 사항

  • 빌드 로그에 자바 버전이 표시되지 않는 문제를 수정하였습니다.
  • 일부 오류 메시지가 한국어로 표시되지 않는 문제를 수정하였습니다.
  • 키스토어 별칭이 램덤한 글자로 설정되도록 변경하였습니다.

MV App Builder

31 Jan 13:36
Compare
Choose a tag to compare

Requirements

You need to install required programs manually before running this program.

  • Dot Net Framework v4.5.4 or more.
  • Node.js (npm)
  • Cordova v9.0.0
  • JDK 8
  • Android Studio & Android SDK 28 or more.
  • Windows 7 or more.

Change Log

  • Added a new text box that can change an output path.