Giter VIP home page Giter VIP logo

mv-app-builder's Introduction

Introduction

Build Status

This tool allows you to build your own Android APK File easily.

Features

  • Includes keystore generation features.
  • Includes Self-Build.
  • Includes automatic update system.
  • Cordoba plugins support.
  • Includes unused resource removal.
  • Support for Korean, Japanese, and English.

Screenshots

image

Usage

  1. Export as your desired folder such as desktop after removing unused resource in RPG Maker MV.

  2. Open the this builder and then select the folder called <YOUR GAME FOLDER>/www there exists an index.html file.

  3. In this tool, there is pre-written contents, but you have to modify as your own settings.

  4. Change an unused remove resources as false after open up option window.

  5. Click the build button and hold on until done.

  6. if your cellphone is connected with personal computer using USB driver and others, you can install the apk file using google's adb tool automatically in your own devices.

adb install -r app-release.apk

  1. if you build as on debug mode. it is possible to use remote debug in chrome://inspect of your chrome browser on Windows (supposed to be installed the adb tool on your computer)

Requirements

This tool is based on C# Winform and Node.js and it has used a many of third-party tools. Some of them must be installed manually due to complexity of implementation. List that you must download is belows.

.Net Framework v4.8 or above.

A higher version of the .Net Framework is required for a program developed with C# Winform to run.

▶ Download : https://dotnet.microsoft.com/download/dotnet-framework

Android Studio & Android SDK

This tool must be needed the Android SDK(Android Software Development Kit) and JDK and more. There are needed 28, 34 (latest) API specifically for building apk so you have to install using the Android Sdk Manager beforehand.

▶ Download : https://developer.android.com/studio/index.html?hl=ko

if you done installed them, you have to edit Environment Variables called path on Windows.

%ANDROID_SDK_ROOT%
%ANDROID_SDK_ROOT%platform-tools\

2024년 2월 기준

아무래도 안드로이드가 꾸준히 업데이트 되고 있기 때문에, 안드로이드가 버전이 올라갈 때마다 프로그램들이 동작하지 않는 문제가 발생하고 있습니다.

프로그램 사용자가 아직도 있을거라고 생각되진 않긴 한데, 유지 보수를 위해서 추후에 아래와 같은 내용을 확인해서 패치할 생각입니다.

OpenJDK 11

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

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

하지만 현재 cordova 12.0.0 기준으로 JDK11 이상이 필요합니다.

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 폴더로 변경하였습니다.


기존 설명

Node.js

코르도바와 미사용 리소스 제거기는 Node.js로 개발된 프로그램이고, 노드 패키지 관리자를 이용하여 설치 및 업데이트를 하게 됩니다. 따라서 Node.js가 필요합니다.

▶ Download : https://nodejs.org/ko/download/

Cordova v9.0.0

Node.js 설치 이후에 수행하셔야 합니다. 사실 본 프로그램 내에는 코르도바 설치를 직접 수행하는 기능이 따로 있지만, 아직까진 특정 상황에서만 수행됩니다. 따라서 직접 설치를 해주셔야 합니다. 과정은 ctrl + r를 누른 후, 실행에서 cmd(명령 프롬프트)를 여신 후, npm install -g cordova를 입력하면 설치됩니다.

▶ 설치 방법 : https://www.npmjs.com/package/cordova#installation

JDK 8

JDK 8에서만 안드로이드 API 가져오기 명령이 정상적으로 동작하기 때문에 JDK 8 설치가 필요합니다.

▶ Download : https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

JDK가 정상적으로 인식되려면 윈도우즈 환경 변수를 설정해야 합니다. 환경 변수는 Windows 10이라면 시작 버튼 옆에 돋보기 모양의 버튼을 눌러 환경 변수라고 치면 설정이 가능합니다.

▶ 환경 변수 JAVA_HOME 설정 : https://zetawiki.com/wiki/%EC%9C%88%EB%8F%84%EC%9A%B0_JAVA_HOME_%ED%99%98%EA%B2%BD%EB%B3%80%EC%88%98_%EC%84%A4%EC%A0%95

Windows 10 이상 (Windows 7은 구동 확인되지 않았음)

본 프로그램이 구동 되려면 robocopy 명령이 제대로 실행되는 시스템을 사용해야 합니다. robocopy 명령은 xcopy와는 달리 최소 8 쓰레드로 동시에 파일을 고속 복사할 수 있는 Windows 파일 복사 프로그램입니다. 본 프로그램은 파일을 목적 폴더에 고속으로 파일을 복사 하게 됩니다. 이 기능은 미사용 리소스 제거 기능을 사용하지 않을 때에만 동작합니다. 미사용 리소스 제거 기능을 사용할 땐 파일을 선별적으로 복사 합니다.

호환 플러그인

앱 빌드 시 추가 기능을 원하시는 분들이 있으시면 다음 파일들을 내려 받은 후, 압축을 해제하고 js/plugins 폴더에 넣어주시기 바랍니다.

종료 대화 상자는 기본적으로 포함되어있지 않습니다. 강제로 포함할 시 빌드 시간이 좀 추가되기 때문입니다.

백스페이스 버튼 터치 시 종료 대화 상자 띄우기 - 다운로드[ZIP]

애드몹의 경우, 플러그인 추가 과정에서 특정 인자를 넘겨야 합니다. 해당 세팅은 프로그램에서 자동으로 지원하는데요.

애드몹 광고 모듈 (배너, 동영상 광고, 보상형 광고) - 다운로드[ZIP]

자동으로 세팅을 하려면 다음 플러그인을 추가로 넣어야 합니다.

​AdmobSettings.js - 다운로드[ZIP]

​플러그인의 주석 부분(/*: ~ */ 사이 부분)에 @cordova_plugin cordova-plugin-admob-free로 시작하는 라인이 있습니다.

/*:
 * @cordova_plugin cordova-plugin-admob-free --save --variable ADMOB_APP_ID="ca-app-pub~생략
 */

텍스트 에디터를 이용하여 ADMOB_APP_ID 부분의 테스트 기기 용 APP ID를 애드몹 사이트에 있는 앱 ID로 수정을 해주시기 바랍니다.

화면 꺼짐 방지 플러그인은 필수 기능이므로 강제로 추가 됩니다.

플러그인 개발자 팁

게임 폴더를 설정할 때 플러그인이 자동 인식되는 원리는 플러그인 관리자의 원리와 동일하게 코멘트를 파싱하는 방식입니다.

따라서 다음과 같은 양식을 주석에 삽입해야 합니다.

이렇게 하면 프로젝트를 불러올 때 cordova-plugin-dialogs 라는 플러그인이 자동으로 빌드 과정에 추가됩니다.

최적화를 위해 라인을 최소한으로 읽으니 최상단 부분에 넣어주세요.

/*:
* @cordova_plugin cordova-plugin-dialogs
*/

Bug Report

빌드 중에 오류가 발생했을 때, Log 창에서 오른쪽 버튼을 누르면 빌드 로그 저장 버튼을 사용하면 로그 저장이 가능합니다.

아래 사이트에 버그를 제보할 때 빌드 로그도 같이 올려주시기 바랍니다.

정상적인 빌드 로그 :

--- 준비 ---
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
-- keytool을 찾았습니다.
9.0.0 (cordova-lib@9.0.1)

안드로이드 SDK / ANDROID_SDK_ROOT를 찾았습니다 : E:\Android\sdk\
[SDK]==========================================
android-19
android-23
android-26
android-27
android-28
android-29
==============================================
--- 필요한 모든 프로그램이 설치되어있습니다.
프로그램이 최신 버전인지 확인 중입니다... (1초 미만)
최신 버전을 사용하고 있습니다.
코르도바가 최신 버전인지 확인 중입니다... (5초 미만)
현재 최신 버전의 코르도바를 사용하고 있습니다.(00:00:04.7386189)

한글로 된 파일명은 아직 구글 안드로이드 앱 빌드에서 지원하지 않으니 파일명은 반드시 영어여야 합니다.

윈도우 사용자 계정 명과 그 부속 폴더들도 영어로 되어있어야 합니다.

https://github.com/biud436/MV-App-Builder/issues

Download

다음 링크에서 최신 버전을 내려 받으시기 바랍니다 (자동 업데이트 기능 있음)

링크 : https://github.com/biud436/MV-App-Builder/releases

mv-app-builder's People

Contributors

biud436 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mv-app-builder's Issues

TODO : 출력 폴더를 변경했음에도 "내 문서"가 열리는 문제 수정하기

오늘 발견한 문제입니다.

string buildMode = (config.buildMode == 0) ? "release" : "debug";
string targetPath = System.IO.Path.Combine(DataManager.Instance.GetRootDirectory(), "RPG Maker MV Cordova Builder", textBoxFolderName.Text, "platforms", "android", "app", "build", "outputs", "apk", buildMode);

if(System.IO.Directory.Exists(targetPath))
{
     System.Diagnostics.Process.Start(targetPath);
}

TODO : 사용하지 않는 파일 제외 옵션

파일을 복사할 때 사용하지 않는 파일을 제거해야 한다.

목표

  • www 폴더에 게임 폴더를 복사
  • 사용하지 않는 파일 제외 (이미지, 오디오, 동영상)

사용하지 않는 파일 제외

  • Spriteset_Battle.prototype에 하드 코딩 되어있는 리소스는 포함해야 한다.
  • 데이터 폴더의 데이터베이스 JSON 파일을 읽고 사용 중인 리소스는 포함해야 한다.
  • 데이터 폴더의 MapInfos JSON 파일에서 사용 중인 리소스를 포함해야 한다.
  • js 폴더에 plugin.js 파일을 읽고, ON 상태일 경우 다음 주석을 확인하고 리소스를 포함해야 한다.
/*:
 * @requiredAssets img/example/image_1
 */

/*:
  * @param ME
  * @desc The ME name for sample music effect.
  * @default Organ
  * @require 1
  * @dir audio/me/
  * @type file
 */

/*:
 * @noteParam sampleImage
 * @noteRequire 1
 * @noteDir img/sample/
 * @noteType file
 * @noteData items
 */
  • 데이터 폴더의 맵 JSON 파일을 읽고, 특정 이벤트 커맨드에서 사용하는 리소스를 포함해야 한다.

예를 들어,

  • Event Page -> Image (모든 페이지를 읽는다)
  • Show Text -> Face Image
  • Set Movement Route -> Change Image
  • Show Animation
  • Show Picture
  • Play BGM
  • Play BGS
  • Play ME
  • Play SE
  • Play Movie
  • Change Battle BGM
  • Change Victory ME
  • Change Default ME
  • Change Vehicle BGM
  • Change Actor Images
  • Change Vehicle Image
  • Change Tileset
  • Change Battle Back
  • Change Parallax
  • Show Battle Animation

위와 같은 이벤트 커맨들의 code를 수동으로 읽고, 모두 처리해야 한다.

이러한 기능을 추가하고 캡슐화 하려면 적어도 500줄 이상은 필요할 것으로 본다.

가장 간단한 방법은, Deployment에서 사용하지 않는 파일 제외 옵션으로 파일 출력을 한 후,

생성된 파일을 대상으로 빌드하는 것이 적절하다고 본다.

robocopy 성능 저하 문제

버그 재현

800MB 이상의 프로젝트를 HDD에서 SSD로 미사용 리소스 제거 없이 복사할 때, 5분 이상 소요되고, 프로그램이 예기치 않게 종료되는 현상이 있다.

해결 방법

  • 파일이 많을 경우 빌드 로그를 남기지 않는다.
  • 용량이 꽤 클 땐, robocopy가 아닌 C# 기본 파일 시스템 API를 사용한다.
  • 미사용 리소스 제거 기능을 사용한다.
  • 미사용 리소스 제거를 사용하면 700MB 이상 감축할 수 있고 정상적으로 빌드된다.
  • 미사용 리소스 제거 기능은 기본 기능에 충실하였음. 따라서 기본 미사용 리소스 제거 기능과 같이, Super Tool Engine과 Hud Maker 같은 몇몇 플러그인에서 만든 커스텀 폴더는 복사되지 않음.
  • 맵 속성을 일일히 읽어서 제일 용량이 많이 나가는 타일셋까지 제거해줘야 바람직하지만, 현재는 기본 기능에 충실하여 데이터베이스에 설정되어있으면 무조건 포함한다. 물론 기본 기능처럼 커스텀 폴더는 별도의 코멘트가 없는 이상 무조건 제외된다.

TODO : 파일 중복 복사 방지

체크섬(CRC32)를 이용하여 프로젝트 폴더 변경 여부를 탐지하고 변경되지 않았을 땐 파일 복사를 진행하지 않아야 한다.

구현에는 여러가지 방법이 있지만, 모든 파일을 읽어야 하는 건 마찬가지이므로 성능에 전부 불리하며 어떤 오류가 나타날 지 짐작할 수 없다.

또한 사용하지 않은 파일 제외 기능이 먼저 구축되어 있어야 한다.

⬜ MD5 체크섬

https://stackoverflow.com/questions/3625658/creating-hash-for-folder/15683147

⬜ 폴더 구조 비교

https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/how-to-compare-the-contents-of-two-folders-linq

⬜ 해시 트리

https://stackoverflow.com/questions/1988665/hashing-a-tree-structure


❌ 단일 파일 압축 후 해시

프로젝트 폴더를 압축한 후 체크섬을 비교하는 방법으로 가장 간단한 방법이지만, 폴더 용량이 보통 100 MB 가 넘어가므로 메모리와 성능에도 불리하며 시간도 오래 걸린다.

TODO

  • cordova-android.git에서 VERSION 문자 파싱하기
  • cordova requirements android 추가

[v0.2.16] System.Net.WebException: 요청이 중단되었습니다. SSL/TLS 보안 채널을 만들 수 없습니다

버그 제보가 메일로 들어와서 이슈 트래커에 남깁니다.

Screenshots

image

Version

v0.2.16

Build Log

************** 예외 텍스트 **************
System.Net.WebException: 요청이 중단되었습니다. SSL/TLS 보안 채널을 만들 수 없습니다.
   위치: System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   위치: System.Net.WebClient.DownloadString(Uri address)
   위치: System.Net.WebClient.DownloadString(String address)
   위치: Cordova_Builder.Cordova.CheckVersion()
   위치: Cordova_Builder.Form1.Form1_Shown(Object sender, EventArgs e)
   위치: System.Windows.Forms.Form.OnShown(EventArgs e)
   위치: System.Windows.Forms.Form.CallShownEvent()
   위치: System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   위치: System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   위치: System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   위치: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   위치: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   위치: System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   위치: System.Windows.Forms.Control.InvokeMarshaledCallbacks()
 
 
************** 로드된 어셈블리 **************
mscorlib
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4510.0 built by: NET48REL1LAST_B
    코드베이스: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Cordova Builder
    어셈블리 버전: 1.0.0.0
    Win32 버전: 1.0.0.0
    코드베이스: file:///C:/Program%20Files%20(x86)/MV%20App%20Builder/Cordova%20Builder.exe
----------------------------------------
System.Windows.Forms
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4488.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4488.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4395.0 built by: NET48REL1LAST_B
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4341.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4470.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4161.0 built by: NET48REL1
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
DarkUI
    어셈블리 버전: 1.0.0.0
    Win32 버전: 1.0.0.0
    코드베이스: file:///C:/Program%20Files%20(x86)/MV%20App%20Builder/DarkUI.DLL
----------------------------------------
Cordova Builder.resources
    어셈블리 버전: 1.0.0.0
    Win32 버전: 1.0.0.0
    코드베이스: file:///C:/Program%20Files%20(x86)/MV%20App%20Builder/ko/Cordova%20Builder.resources.DLL
----------------------------------------
Newtonsoft.Json
    어셈블리 버전: 12.0.0.0
    Win32 버전: 12.0.3.23909
    코드베이스: file:///C:/Program%20Files%20(x86)/MV%20App%20Builder/Newtonsoft.Json.DLL
----------------------------------------
System.Numerics
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4161.0 built by: NET48REL1
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Runtime.Serialization
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4455.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Data
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4455.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.resources
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4161.0 built by: NET48REL1
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_ko_b77a5c561934e089/System.resources.dll
----------------------------------------
mscorlib.resources
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4161.0 built by: NET48REL1
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_ko_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4161.0 built by: NET48REL1
    코드베이스: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_ko_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
 
************** JIT 디버깅 **************
JIT(Just In Time) 디버깅을 사용하려면 이 응용 프로그램 또는 컴퓨터의
config 파일(machine.config)의 jitDebugging 값을 
system.windows.forms 섹션에 설정해야 합니다.
또한 응용 프로그램은 디버깅할 수 있도록 컴파일되어야
합니다.
 
예:
 
<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
 
JIT 디버깅을 사용하면 처리되지 않은 모든 예외는
이 대화 상자에서 처리되지 않고 컴퓨터에 등록된 JIT 
디버거에 보내집니다.
 
 
 
 
 
 
 
 
 
 
Log
 
 
 
--- 준비 ---
 
-- keytool을 찾지 못했습니다
11.0.0
 
--- 필요한 모든 프로그램이 설치되어있습니다.
프로그램이 최신 버전인지 확인 중입니다... (1초 미만)
Plugin "cordova-plugin-insomnia" already installed on android.
Adding cordova-plugin-insomnia to package.json
cordova-plugin-insomnia 플러그인이 추가되었습니다.
config.xml 파일을 수정하였습니다
'keytool'  (  )       Ǵ   ܺ     ,            ִ     α׷ ,  Ǵ 
  ġ         ƴմϴ .
 
키스토어 파일이 생성되었습니다.
게임 폴더 복사를 시작합니다 [robocopy 사용]
 
-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows                              
-------------------------------------------------------------------------------
 
  Started : 2022년 6월 16일 목요일 오후 10:16:36
   Source : C:\html\Project1\www\
     Dest : C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\
 
    Files : *.*
	    
  Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1 /W:1 
 
------------------------------------------------------------------------------
 
	                   3	C:\html\Project1\www\
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\
	  *EXTRA File 		    8858	001.json
	  *EXTRA File 		    1673	index.html
	  *EXTRA File 		     235	package.json
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\audio\
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\audio\bgm\
	  *EXTRA File 		   2.3 m	Battle1.rpgmvm
	  *EXTRA File 		   4.2 m	Battle1.rpgmvo
	  *EXTRA File 		   2.2 m	Castle1.rpgmvm
	  *EXTRA File 		   3.6 m	Castle1.rpgmvo
	  *EXTRA File 		   1.9 m	Ship1.rpgmvm
	  *EXTRA File 		   3.1 m	Ship1.rpgmvo
	  *EXTRA File 		   3.1 m	Ship2.rpgmvm
	  *EXTRA File 		   4.7 m	Ship2.rpgmvo
	  *EXTRA File 		   2.2 m	Ship3.rpgmvm
	  *EXTRA File 		   3.7 m	Ship3.rpgmvo
	  *EXTRA File 		   2.9 m	Town1.rpgmvm
	  *EXTRA File 		   4.4 m	Town1.rpgmvo
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\audio\me\
	  *EXTRA File 		  218010	Defeat1.rpgmvm
	  *EXTRA File 		  353419	Defeat1.rpgmvo
	  *EXTRA File 		  298763	Inn.rpgmvm
	  *EXTRA File 		  479543	Inn.rpgmvo
	  *EXTRA File 		  138609	Shock2.rpgmvm
	  *EXTRA File 		  216667	Shock2.rpgmvo
	  *EXTRA File 		  254544	Victory1.rpgmvm
	  *EXTRA File 		  421950	Victory1.rpgmvo
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\audio\se\
	  *EXTRA File 		   10805	Attack3.rpgmvm
	  *EXTRA File 		   11070	Attack3.rpgmvo
	  *EXTRA File 		   27097	Battle1.rpgmvm
	  *EXTRA File 		   15398	Battle1.rpgmvo
	  *EXTRA File 		   19084	Battle2.rpgmvm
	  *EXTRA File 		   11713	Battle2.rpgmvo
	  *EXTRA File 		    5449	Blow3.rpgmvm
	  *EXTRA File 		    5301	Blow3.rpgmvo
	  *EXTRA File 		    5866	Buzzer1.rpgmvm
	  *EXTRA File 		    5538	Buzzer1.rpgmvo
	  *EXTRA File 		    6941	Cancel2.rpgmvm
	  *EXTRA File 		    8792	Cancel2.rpgmvo
	  *EXTRA File 		   85018	Collapse1.rpgmvm
	  *EXTRA File 		  160942	Collapse1.rpgmvo
	  *EXTRA File 		   71851	Collapse2.rpgmvm
	  *EXTRA File 		  139429	Collapse2.rpgmvo
	  *EXTRA File 		   63429	Collapse3.rpgmvm
	  *EXTRA File 		  113603	Collapse3.rpgmvo
	  *EXTRA File 		  140783	Collapse4.rpgmvm
	  *EXTRA File 		  254707	Collapse4.rpgmvo
	  *EXTRA File 		   19199	Cursor2.rpgmvm
	  *EXTRA File 		   48603	Cursor2.rpgmvo
	  *EXTRA File 		   11708	Damage4.rpgmvm
	  *EXTRA File 		   12072	Damage4.rpgmvo
	  *EXTRA File 		    9299	Damage5.rpgmvm
	  *EXTRA File 		    9647	Damage5.rpgmvo
	  *EXTRA File 		   49157	Decision1.rpgmvm
	  *EXTRA File 		  104953	Decision1.rpgmvo
	  *EXTRA File 		    6507	Equip1.rpgmvm
	  *EXTRA File 		    9613	Equip1.rpgmvo
	  *EXTRA File 		    7125	Evasion1.rpgmvm
	  *EXTRA File 		    6050	Evasion1.rpgmvo
	  *EXTRA File 		   10722	Evasion2.rpgmvm
	  *EXTRA File 		   11739	Evasion2.rpgmvo
	  *EXTRA File 		   17538	Fire3.rpgmvm
	  *EXTRA File 		   10354	Fire3.rpgmvo
	  *EXTRA File 		   15393	Heal3.rpgmvm
	  *EXTRA File 		    9365	Heal3.rpgmvo
	  *EXTRA File 		    5874	Ice1.rpgmvm
	  *EXTRA File 		    5687	Ice1.rpgmvo
	  *EXTRA File 		   11012	Ice5.rpgmvm
	  *EXTRA File 		    7140	Ice5.rpgmvo
	  *EXTRA File 		    8682	Item1.rpgmvm
	  *EXTRA File 		    5938	Item1.rpgmvo
	  *EXTRA File 		   16904	Item3.rpgmvm
	  *EXTRA File 		   17238	Item3.rpgmvo
	  *EXTRA File 		   63467	Load.rpgmvm
	  *EXTRA File 		  116440	Load.rpgmvo
	  *EXTRA File 		   12587	Magic1.rpgmvm
	  *EXTRA File 		   15285	Magic1.rpgmvo
	  *EXTRA File 		    5889	Miss.rpgmvm
	  *EXTRA File 		    5376	Miss.rpgmvo
	  *EXTRA File 		   30349	Move1.rpgmvm
	  *EXTRA File 		   55356	Move1.rpgmvo
	  *EXTRA File 		    6780	Paralyze1.rpgmvm
	  *EXTRA File 		    6628	Paralyze1.rpgmvo
	  *EXTRA File 		   12411	Recovery.rpgmvm
	  *EXTRA File 		    8572	Recovery.rpgmvo
	  *EXTRA File 		   15111	Reflection.rpgmvm
	  *EXTRA File 		   13651	Reflection.rpgmvo
	  *EXTRA File 		    7974	Run.rpgmvm
	  *EXTRA File 		    6968	Run.rpgmvo
	  *EXTRA File 		   19961	Saint1.rpgmvm
	  *EXTRA File 		   11966	Saint1.rpgmvo
	  *EXTRA File 		   25559	Saint2.rpgmvm
	  *EXTRA File 		   14380	Saint2.rpgmvo
	  *EXTRA File 		   52997	Save.rpgmvm
	  *EXTRA File 		  119011	Save.rpgmvo
	  *EXTRA File 		   55874	Shop1.rpgmvm
	  *EXTRA File 		  126255	Shop1.rpgmvo
	  *EXTRA File 		   12944	Skill1.rpgmvm
	  *EXTRA File 		   14695	Skill1.rpgmvo
	  *EXTRA File 		    7101	Slash1.rpgmvm
	  *EXTRA File 		    6028	Slash1.rpgmvo
	  *EXTRA File 		   32943	Starlight.rpgmvm
	  *EXTRA File 		   18978	Starlight.rpgmvo
	  *EXTRA File 		   13629	Sword5.rpgmvm
	  *EXTRA File 		    9611	Sword5.rpgmvo
	  *EXTRA File 		   15562	Thunder1.rpgmvm
	  *EXTRA File 		    9912	Thunder1.rpgmvo
	  *EXTRA File 		   11691	Thunder5.rpgmvm
	  *EXTRA File 		    8160	Thunder5.rpgmvo
	  *EXTRA File 		   17280	Thunder6.rpgmvm
	  *EXTRA File 		   10783	Thunder6.rpgmvo
	  *EXTRA File 		   14018	Wind3.rpgmvm
	  *EXTRA File 		    9558	Wind3.rpgmvo
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\data\
	  *EXTRA File 		   19981	Actors.json
	  *EXTRA File 		  382511	Animations.json
	  *EXTRA File 		     716	Armors.json
	  *EXTRA File 		   13657	Classes.json
	  *EXTRA File 		     376	CommonEvents.json
	  *EXTRA File 		    1878	Enemies.json
	  *EXTRA File 		    4583	Items.json
	  *EXTRA File 		  192188	Map001.json
	  *EXTRA File 		   15551	Map002.json
	  *EXTRA File 		   27142	Map003.json
	  *EXTRA File 		    8109	Map004.json
	  *EXTRA File 		   23429	Map005.json
	  *EXTRA File 		   13210	Map006.json
	  *EXTRA File 		   12099	Map007.json
	  *EXTRA File 		    7191	Map008.json
	  *EXTRA File 		   12435	Map009.json
	  *EXTRA File 		   12521	Map010.json
	  *EXTRA File 		   12012	Map011.json
	  *EXTRA File 		    8313	Map012.json
	  *EXTRA File 		    4957	Map013.json
	  *EXTRA File 		    7582	Map014.json
	  *EXTRA File 		   10303	Map015.json
	  *EXTRA File 		   11961	Map016.json
	  *EXTRA File 		    1934	MapInfos.json
	  *EXTRA File 		    4439	Skills.json
	  *EXTRA File 		    4732	States.json
	  *EXTRA File 		    6836	System.json
	  *EXTRA File 		  247014	Tilesets.json
	  *EXTRA File 		    1505	Troops.json
	  *EXTRA File 		     908	Weapons.json
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\fonts\
	  *EXTRA File 		     246	gamefont.css
	  *EXTRA File 		   1.4 m	mplus-1m-regular.ttf
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\icon\
	  *EXTRA File 		   72778	icon.png
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\animations\
	  *EXTRA File 		  664703	Cure1.rpgmvp
	  *EXTRA File 		  471426	Fire1.rpgmvp
	  *EXTRA File 		  119917	Hit1.rpgmvp
	  *EXTRA File 		  575689	Recovery1.rpgmvp
	  *EXTRA File 		  490244	Revival1.rpgmvp
	  *EXTRA File 		   82531	Slash.rpgmvp
	  *EXTRA File 		  245480	Stick.rpgmvp
	  *EXTRA File 		  473231	Thunder1.rpgmvp
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\battlebacks1\
	  *EXTRA File 		  745181	Clouds.rpgmvp
	  *EXTRA File 		  923512	Desert.rpgmvp
	  *EXTRA File 		   1.1 m	DirtField.rpgmvp
	  *EXTRA File 		   1.1 m	Grassland.rpgmvp
	  *EXTRA File 		  734833	Lava1.rpgmvp
	  *EXTRA File 		  956081	Lava2.rpgmvp
	  *EXTRA File 		  824814	PoisonSwamp.rpgmvp
	  *EXTRA File 		  913837	Ship.rpgmvp
	  *EXTRA File 		  361222	Snowfield.rpgmvp
	  *EXTRA File 		   1.0 m	Wasteland.rpgmvp
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\battlebacks2\
	  *EXTRA File 		  875174	Cliff.rpgmvp
	  *EXTRA File 		  801057	Clouds.rpgmvp
	  *EXTRA File 		  871940	Desert.rpgmvp
	  *EXTRA File 		  715095	Forest.rpgmvp
	  *EXTRA File 		  593990	Grassland.rpgmvp
	  *EXTRA File 		  662463	Lava.rpgmvp
	  *EXTRA File 		  606164	PoisonSwamp.rpgmvp
	  *EXTRA File 		  498606	Ship.rpgmvp
	  *EXTRA File 		  607375	Snowfield.rpgmvp
	  *EXTRA File 		  760676	Wasteland.rpgmvp
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\characters\
	  *EXTRA File 		   33273	$BigMonster2.rpgmvp
	  *EXTRA File 		   16126	001.rpgmvp
	  *EXTRA File 		   51960	Actor1.rpgmvp
	  *EXTRA File 		   53981	Actor2.rpgmvp
	  *EXTRA File 		   58494	Actor3.rpgmvp
	  *EXTRA File 		   49772	Evil.rpgmvp
	  *EXTRA File 		   36628	Monster.rpgmvp
	  *EXTRA File 		   43176	Nature.rpgmvp
	  *EXTRA File 		   41026	People1.rpgmvp
	  *EXTRA File 		   48336	People2.rpgmvp
	  *EXTRA File 		   45811	People3.rpgmvp
	  *EXTRA File 		   43949	People4.rpgmvp
	  *EXTRA File 		   37383	Vehicle.rpgmvp
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\enemies\
	  *EXTRA File 		   24603	Bat.rpgmvp
	  *EXTRA File 		  143058	Minotaur.rpgmvp
	  *EXTRA File 		  112278	Orc.rpgmvp
	  *EXTRA File 		   23179	Slime.rpgmvp
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\faces\
	  *EXTRA File 		   32405	001.rpgmvp
	  *EXTRA File 		  347141	Actor1.rpgmvp
	  *EXTRA File 		  361976	Actor2.rpgmvp
	  *EXTRA File 		  401855	Actor3.rpgmvp
	  *EXTRA File 		  331908	Evil.rpgmvp
	  *EXTRA File 		  314775	Monster.rpgmvp
	  *EXTRA File 		  329217	Nature.rpgmvp
	  *EXTRA File 		  316548	People1.rpgmvp
	  *EXTRA File 		  341393	People2.rpgmvp
	  *EXTRA File 		  353871	People3.rpgmvp
	  *EXTRA File 		  338583	People4.rpgmvp
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\sv_actors\
	  *EXTRA File 		   53361	001.rpgmvp
	  *EXTRA File 		   27528	Actor1_2.rpgmvp
	  *EXTRA File 		   31024	Actor1_3.rpgmvp
	  *EXTRA File 		   27045	Actor1_4.rpgmvp
	  *EXTRA File 		   32163	Actor1_5.rpgmvp
	  *EXTRA File 		   26532	Actor1_6.rpgmvp
	  *EXTRA File 		   26985	Actor1_7.rpgmvp
	  *EXTRA File 		   27851	Actor1_8.rpgmvp
	  *EXTRA File 		   26251	Actor2_1.rpgmvp
	  *EXTRA File 		   27210	Actor2_2.rpgmvp
	  *EXTRA File 		   24207	Actor2_3.rpgmvp
	  *EXTRA File 		   27362	Actor2_4.rpgmvp
	  *EXTRA File 		   31729	Actor2_5.rpgmvp
	  *EXTRA File 		   30728	Actor2_6.rpgmvp
	  *EXTRA File 		   26846	Actor2_7.rpgmvp
	  *EXTRA File 		   30853	Actor2_8.rpgmvp
	  *EXTRA File 		   34244	Actor3_5.rpgmvp
	  *EXTRA File 		   31940	Actor3_6.rpgmvp
	  *EXTRA File 		   27183	Actor3_7.rpgmvp
	  *EXTRA File 		   30186	Actor3_8.rpgmvp
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\system\
	  *EXTRA File 		   43848	Balloon.rpgmvp
	  *EXTRA File 		   10888	ButtonSet.rpgmvp
	  *EXTRA File 		   12906	Damage.rpgmvp
	  *EXTRA File 		    6989	GameOver.rpgmvp
	  *EXTRA File 		  206969	IconSet.rpgmvp
	  *EXTRA File 		    2172	Loading.png
	  *EXTRA File 		   22625	MadeWithMv.rpgmvp
	  *EXTRA File 		     744	Shadow1.rpgmvp
	  *EXTRA File 		     448	Shadow2.rpgmvp
	  *EXTRA File 		  311723	States.rpgmvp
	  *EXTRA File 		    7245	Weapons1.rpgmvp
	  *EXTRA File 		    6905	Weapons2.rpgmvp
	  *EXTRA File 		    2263	Weapons3.rpgmvp
	  *EXTRA File 		    5328	Window.png
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\tilesets\
	  *EXTRA File 		  378362	Dungeon_A1.rpgmvp
	  *EXTRA File 		     570	Dungeon_A1.txt
	  *EXTRA File 		  316240	Dungeon_A2.rpgmvp
	  *EXTRA File 		    1215	Dungeon_A2.txt
	  *EXTRA File 		  463484	Dungeon_A4.rpgmvp
	  *EXTRA File 		    1797	Dungeon_A4.txt
	  *EXTRA File 		  302042	Dungeon_A5.rpgmvp
	  *EXTRA File 		    5981	Dungeon_A5.txt
	  *EXTRA File 		  727866	Dungeon_B.rpgmvp
	  *EXTRA File 		    8602	Dungeon_B.txt
	  *EXTRA File 		  650007	Dungeon_C.rpgmvp
	  *EXTRA File 		    9104	Dungeon_C.txt
	  *EXTRA File 		  521547	Inside_A1.rpgmvp
	  *EXTRA File 		     563	Inside_A1.txt
	  *EXTRA File 		  326420	Inside_A2.rpgmvp
	  *EXTRA File 		     827	Inside_A2.txt
	  *EXTRA File 		  402008	Inside_A4.rpgmvp
	  *EXTRA File 		    1853	Inside_A4.txt
	  *EXTRA File 		  333418	Inside_A5.rpgmvp
	  *EXTRA File 		    5818	Inside_A5.txt
	  *EXTRA File 		  512274	Inside_B.rpgmvp
	  *EXTRA File 		    7259	Inside_B.txt
	  *EXTRA File 		  393053	Inside_C.rpgmvp
	  *EXTRA File 		    8885	Inside_C.txt
	  *EXTRA File 		  444094	Outside_A1.rpgmvp
	  *EXTRA File 		     503	Outside_A1.txt
	  *EXTRA File 		  302623	Outside_A2.rpgmvp
	  *EXTRA File 		     809	Outside_A2.txt
	  *EXTRA File 		  204148	Outside_A3.rpgmvp
	  *EXTRA File 		    1330	Outside_A3.txt
	  *EXTRA File 		  520399	Outside_A4.rpgmvp
	  *EXTRA File 		    1720	Outside_A4.txt
	  *EXTRA File 		  171872	Outside_A5.rpgmvp
	  *EXTRA File 		    4612	Outside_A5.txt
	  *EXTRA File 		  633868	Outside_B.rpgmvp
	  *EXTRA File 		    7373	Outside_B.txt
	  *EXTRA File 		  912689	Outside_C.rpgmvp
	  *EXTRA File 		   10406	Outside_C.txt
	  *EXTRA File 		  954331	SF_Inside_A4.rpgmvp
	  *EXTRA File 		    2048	SF_Inside_A4.txt
	  *EXTRA File 		  868716	SF_Inside_B.rpgmvp
	  *EXTRA File 		    9526	SF_Inside_B.txt
	  *EXTRA File 		  756707	SF_Inside_C.rpgmvp
	  *EXTRA File 		    6872	SF_Inside_C.txt
	  *EXTRA File 		  519537	SF_Outside_A3.rpgmvp
	  *EXTRA File 		    1444	SF_Outside_A3.txt
	  *EXTRA File 		  989213	SF_Outside_A4.rpgmvp
	  *EXTRA File 		    2026	SF_Outside_A4.txt
	  *EXTRA File 		  438743	SF_Outside_A5.rpgmvp
	  *EXTRA File 		    5720	SF_Outside_A5.txt
	  *EXTRA File 		  758403	SF_Outside_B.rpgmvp
	  *EXTRA File 		    8267	SF_Outside_B.txt
	  *EXTRA File 		  953079	SF_Outside_C.rpgmvp
	  *EXTRA File 		    6658	SF_Outside_C.txt
	  *EXTRA File 		  458920	World_A1.rpgmvp
	  *EXTRA File 		     342	World_A1.txt
	  *EXTRA File 		  553955	World_A2.rpgmvp
	  *EXTRA File 		     859	World_A2.txt
	  *EXTRA File 		  796765	World_B.rpgmvp
	  *EXTRA File 		    7308	World_B.txt
	  *EXTRA File 		  978025	World_C.rpgmvp
	  *EXTRA File 		    5893	World_C.txt
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\img\titles1\
	  *EXTRA File 		  663917	Book.rpgmvp
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\js\
	  *EXTRA File 		     270	main.js
	  *EXTRA File 		     692	plugins.js
	  *EXTRA File 		  244396	rpg_core.js
	  *EXTRA File 		   83985	rpg_managers.js
	  *EXTRA File 		  304315	rpg_objects.js
	  *EXTRA File 		   81404	rpg_scenes.js
	  *EXTRA File 		   80558	rpg_sprites.js
	  *EXTRA File 		  182643	rpg_windows.js
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\js\libs\
	  *EXTRA File 		    7571	fpsmeter.js
	  *EXTRA File 		    3666	iphone-inline-video.browser.js
	  *EXTRA File 		    6702	lz-string.js
	  *EXTRA File 		   23354	pixi-picture.js
	  *EXTRA File 		   43638	pixi-tilemap.js
	  *EXTRA File 		   1.2 m	pixi.js
	*EXTRA Dir        -1	C:\Users\NT270E\Documents\RPG Maker MV Cordova Builder\test\www\Project1\www\js\plugins\
	  *EXTRA File 		    3130	AltMenuScreen.js
	  *EXTRA File 		    4512	AltSaveScreen.js
	  *EXTRA File 		    4241	Community_Basic.js
	  *EXTRA File 		   11958	EnemyBook.js
	  *EXTRA File 		   12929	ItemBook.js
	  *EXTRA File 		   10927	MadeWithMv.js
	  *EXTRA File 		    2990	SimpleMsgSideView.js
	  *EXTRA File 		    2074	TitleCommandPosition.js
	  *EXTRA File 		    3113	WeaponSkill.js
	    New File  		    8858	001.json
100%  
	    New File  		    1673	index.html
100%  
	    New File  		     235	package.json
100%  
	  New Dir          0	C:\html\Project1\www\audio\
	  New Dir         12	C:\html\Project1\www\audio\bgm\
	    New File  		   2.3 m	Battle1.rpgmvm
 21%  
 42%  
 63%  
 84%  
100%  
	    New File  		   4.2 m	Battle1.rpgmvo
 11%  
 23%  
 35%  
 47%  
 59%  
 70%  
 82%  
 94%  
100%  
	    New File  		   2.2 m	Castle1.rpgmvm
 22%  
 44%  
 66%  
 88%  
100%  
	    New File  		   3.6 m	Castle1.rpgmvo
 13%  
 27%  
 41%  
 55%  
 68%  
 82%  
 96%  
100%  
	    New File  		   1.9 m	Ship1.rpgmvm
 12%  
 25%  
 37%  
 50%  
 63%  
 75%  
 88%  
100%  
	    New File  		   3.1 m	Ship1.rpgmvo
 15%  
 31%  
 47%  
 63%  
 79%  
 95%  
100%  
	    New File  		   3.1 m	Ship2.rpgmvm
 15%  
 31%  
 46%  
 62%  
 78%  
 93%  
100%  
	    New File  		   4.7 m	Ship2.rpgmvo
 10%  
 21%  
 31%  
 42%  
 52%  
 63%  
 73%  
 84%  
 94%  
100%  
	    New File  		   2.2 m	Ship3.rpgmvm
 22%  
 44%  
 66%  
 88%  
100%  
	    New File  		   3.7 m	Ship3.rpgmvo
 13%  
 26%  
 40%  
 53%  
 67%  
 80%  
 94%  
100%  
	    New File  		   2.9 m	Town1.rpgmvm
 17%  
 34%  
 51%  
 68%  
 85%  
100%  
	    New File  		   4.4 m	Town1.rpgmvo
 11%  
 22%  
 33%  
 45%  
 56%  
 67%  
 79%  
 90%  
100%  
	  New Dir          8	C:\html\Project1\www\audio\me\
	    New File  		  218010	Defeat1.rpgmvm
 60%  
100%  
	    New File  		  353419	Defeat1.rpgmvo
 37%  
 74%  
100%  
	    New File  		  298763	Inn.rpgmvm
 43%  
 87%  
100%  
	    New File  		  479543	Inn.rpgmvo
 27%  
 54%  
 81%  
100%  
	    New File  		  138609	Shock2.rpgmvm
 94%  
100%  
	    New File  		  216667	Shock2.rpgmvo
 60%  
100%  
	    New File  		  254544	Victory1.rpgmvm
 51%  
100%  
	    New File  		  421950	Victory1.rpgmvo
 31%  
 62%  
 93%  
100%  
	  New Dir         86	C:\html\Project1\www\audio\se\
	    New File  		   10805	Attack3.rpgmvm
100%  
	    New File  		   11070	Attack3.rpgmvo
100%  
	    New File  		   27097	Battle1.rpgmvm
100%  
	    New File  		   15398	Battle1.rpgmvo
100%  
	    New File  		   19084	Battle2.rpgmvm
100%  
	    New File  		   11713	Battle2.rpgmvo
100%  
	    New File  		    5449	Blow3.rpgmvm
100%  
	    New File  		    5301	Blow3.rpgmvo
100%  
	    New File  		    5866	Buzzer1.rpgmvm
100%  
	    New File  		    5538	Buzzer1.rpgmvo
100%  
	    New File  		    6941	Cancel2.rpgmvm
100%  
	    New File  		    8792	Cancel2.rpgmvo
100%  
	    New File  		   85018	Collapse1.rpgmvm
100%  
	    New File  		  160942	Collapse1.rpgmvo
 81%  
100%  
	    New File  		   71851	Collapse2.rpgmvm
100%  
	    New File  		  139429	Collapse2.rpgmvo
 94%  
100%  
	    New File  		   63429	Collapse3.rpgmvm
100%  
	    New File  		  113603	Collapse3.rpgmvo
100%  
	    New File  		  140783	Collapse4.rpgmvm
 93%  
100%  
	    New File  		  254707	Collapse4.rpgmvo
 51%  
100%  
	    New File  		   19199	Cursor2.rpgmvm
100%  
	    New File  		   48603	Cursor2.rpgmvo
100%  
	    New File  		   11708	Damage4.rpgmvm
100%  
	    New File  		   12072	Damage4.rpgmvo
100%  
	    New File  		    9299	Damage5.rpgmvm
100%  
	    New File  		    9647	Damage5.rpgmvo
100%  
	    New File  		   49157	Decision1.rpgmvm
100%  
	    New File  		  104953	Decision1.rpgmvo
100%  
	    New File  		    6507	Equip1.rpgmvm
100%  
	    New File  		    9613	Equip1.rpgmvo
100%  
	    New File  		    7125	Evasion1.rpgmvm
100%  
	    New File  		    6050	Evasion1.rpgmvo
100%  
	    New File  		   10722	Evasion2.rpgmvm
100%  
	    New File  		   11739	Evasion2.rpgmvo
100%  
	    New File  		   17538	Fire3.rpgmvm
100%  
	    New File  		   10354	Fire3.rpgmvo
100%  
	    New File  		   15393	Heal3.rpgmvm
100%  
	    New File  		    9365	Heal3.rpgmvo
100%  
	    New File  		    5874	Ice1.rpgmvm
100%  
	    New File  		    5687	Ice1.rpgmvo
100%  
	    New File  		   11012	Ice5.rpgmvm
100%  
	    New File  		    7140	Ice5.rpgmvo
100%  
	    New File  		    8682	Item1.rpgmvm
100%  
	    New File  		    5938	Item1.rpgmvo
100%  
	    New File  		   16904	Item3.rpgmvm
100%  
	    New File  		   17238	Item3.rpgmvo
100%  
	    New File  		   63467	Load.rpgmvm
100%  
	    New File  		  116440	Load.rpgmvo
100%  
	    New File  		   12587	Magic1.rpgmvm
100%  
	    New File  		   15285	Magic1.rpgmvo
100%  
	    New File  		    5889	Miss.rpgmvm
100%  
	    New File  		    5376	Miss.rpgmvo
100%  
	    New File  		   30349	Move1.rpgmvm
100%  
	    New File  		   55356	Move1.rpgmvo
100%  
	    New File  		    6780	Paralyze1.rpgmvm
100%  
	    New File  		    6628	Paralyze1.rpgmvo
100%  
	    New File  		   12411	Recovery.rpgmvm
100%  
	    New File  		    8572	Recovery.rpgmvo
100%  
	    New File  		   15111	Reflection.rpgmvm
100%  
	    New File  		   13651	Reflection.rpgmvo
100%  
	    New File  		    7974	Run.rpgmvm
100%  
	    New File  		    6968	Run.rpgmvo
100%  
	    New File  		   19961	Saint1.rpgmvm
100%  
	    New File  		   11966	Saint1.rpgmvo
100%  
	    New File  		   25559	Saint2.rpgmvm
100%  
	    New File  		   14380	Saint2.rpgmvo
100%  
	    New File  		   52997	Save.rpgmvm
100%  
	    New File  		  119011	Save.rpgmvo
100%  
	    New File  		   55874	Shop1.rpgmvm
100%  
	    New File  		  126255	Shop1.rpgmvo
100%  
	    New File  		   12944	Skill1.rpgmvm
100%  
	    New File  		   14695	Skill1.rpgmvo
100%  
	    New File  		    7101	Slash1.rpgmvm
100%  
	    New File  		    6028	Slash1.rpgmvo
100%  
	    New File  		   32943	Starlight.rpgmvm
100%  
	    New File  		   18978	Starlight.rpgmvo
100%  
	    New File  		   13629	Sword5.rpgmvm
100%  
	    New File  		    9611	Sword5.rpgmvo
100%  
	    New File  		   15562	Thunder1.rpgmvm
100%  
	    New File  		    9912	Thunder1.rpgmvo
100%  
	    New File  		   11691	Thunder5.rpgmvm
100%  
	    New File  		    8160	Thunder5.rpgmvo
100%  
	    New File  		   17280	Thunder6.rpgmvm
100%  
	    New File  		   10783	Thunder6.rpgmvo
100%  
	    New File  		   14018	Wind3.rpgmvm
100%  
	    New File  		    9558	Wind3.rpgmvo
100%  
	  New Dir         30	C:\html\Project1\www\data\
	    New File  		   19981	Actors.json
100%  
	    New File  		  382511	Animations.json
 34%  
 68%  
100%  
	    New File  		     716	Armors.json
100%  
	    New File  		   13657	Classes.json
100%  
	    New File  		     376	CommonEvents.json
100%  
	    New File  		    1878	Enemies.json
100%  
	    New File  		    4583	Items.json
100%  
	    New File  		  192188	Map001.json
 68%  
100%  
	    New File  		   15551	Map002.json
100%  
	    New File  		   27142	Map003.json
100%  
	    New File  		    8109	Map004.json
100%  
	    New File  		   23429	Map005.json
100%  
	    New File  		   13210	Map006.json
100%  
	    New File  		   12099	Map007.json
100%  
	    New File  		    7191	Map008.json
100%  
	    New File  		   12435	Map009.json
100%  
	    New File  		   12521	Map010.json
100%  
	    New File  		   12012	Map011.json
100%  
	    New File  		    8313	Map012.json
100%  
	    New File  		    4957	Map013.json
100%  
	    New File  		    7582	Map014.json
100%  
	    New File  		   10303	Map015.json
100%  
	    New File  		   11961	Map016.json
100%  
	    New File  		    1934	MapInfos.json
100%  
	    New File  		    4439	Skills.json
100%  
	    New File  		    4732	States.json
100%  
	    New File  		    6836	System.json
100%  
	    New File  		  247014	Tilesets.json
 53%  
100%  
	    New File  		    1505	Troops.json
100%  
	    New File  		     908	Weapons.json
100%  
	  New Dir          2	C:\html\Project1\www\fonts\
	    New File  		     246	gamefont.css
100%  
	    New File  		   1.4 m	mplus-1m-regular.ttf
 17%  
 34%  
 51%  
 68%  
 85%  
100%  
	  New Dir          1	C:\html\Project1\www\icon\
	    New File  		   72778	icon.png
100%  
	  New Dir          0	C:\html\Project1\www\img\
	  New Dir          8	C:\html\Project1\www\img\animations\
	    New File  		  664703	Cure1.rpgmvp
 39%  
 78%  
100%  
	    New File  		  471426	Fire1.rpgmvp
 27%  
 55%  
 83%  
100%  
	    New File  		  119917	Hit1.rpgmvp
100%  
	    New File  		  575689	Recovery1.rpgmvp
 45%  
 91%  
100%  
	    New File  		  490244	Revival1.rpgmvp
 26%  
 53%  
 80%  
100%  
	    New File  		   82531	Slash.rpgmvp
100%  
	    New File  		  245480	Stick.rpgmvp
 53%  
100%  
	    New File  		  473231	Thunder1.rpgmvp
 27%  
 55%  
 83%  
100%  
	  New Dir         10	C:\html\Project1\www\img\battlebacks1\
	    New File  		  745181	Clouds.rpgmvp
 35%  
 70%  
100%  
	    New File  		  923512	Desert.rpgmvp
 28%  
 56%  
 85%  
100%  
	    New File  		   1.1 m	DirtField.rpgmvp
 22%  
 45%  
 67%  
 90%  
100%  
	    New File  		   1.1 m	Grassland.rpgmvp
 21%  
 42%  
 63%  
 84%  
100%  
	    New File  		  734833	Lava1.rpgmvp
 35%  
 71%  
100%  
	    New File  		  956081	Lava2.rpgmvp
 27%  
 54%  
 82%  
100%  
	    New File  		  824814	PoisonSwamp.rpgmvp
 31%  
 63%  
 95%  
100%  
	    New File  		  913837	Ship.rpgmvp
 28%  
 57%  
 86%  
100%  
	    New File  		  361222	Snowfield.rpgmvp
 36%  
 72%  
100%  
	    New File  		   1.0 m	Wasteland.rpgmvp
 22%  
 45%  
 68%  
 91%  
100%  
	  New Dir         10	C:\html\Project1\www\img\battlebacks2\
	    New File  		  875174	Cliff.rpgmvp
 29%  
 59%  
 89%  
100%  
	    New File  		  801057	Clouds.rpgmvp
 32%  
 65%  
 98%  
100%  
	    New File  		  871940	Desert.rpgmvp
 30%  
 60%  
 90%  
100%  
	    New File  		  715095	Forest.rpgmvp
 36%  
 73%  
100%  
	    New File  		  593990	Grassland.rpgmvp
 44%  
 88%  
100%  
	    New File  		  662463	Lava.rpgmvp
 39%  
 79%  
100%  
	    New File  		  606164	PoisonSwamp.rpgmvp
 43%  
 86%  
100%  
	    New File  		  498606	Ship.rpgmvp
 26%  
 52%  
 78%  
100%  
	    New File  		  607375	Snowfield.rpgmvp
 43%  
 86%  
100%  
	    New File  		  760676	Wasteland.rpgmvp
 34%  
 68%  
100%  
	  New Dir         13	C:\html\Project1\www\img\characters\
	    New File  		   33273	$BigMonster2.rpgmvp
100%  
	    New File  		   16126	001.rpgmvp
100%  
	    New File  		   51960	Actor1.rpgmvp
100%  
	    New File  		   53981	Actor2.rpgmvp
100%  
	    New File  		   58494	Actor3.rpgmvp
100%  
	    New File  		   49772	Evil.rpgmvp
100%  
	    New File  		   36628	Monster.rpgmvp
100%  
	    New File  		   43176	Nature.rpgmvp
100%  
	    New File  		   41026	People1.rpgmvp
100%  
	    New File  		   48336	People2.rpgmvp
100%  
	    New File  		   45811	People3.rpgmvp
100%  
	    New File  		   43949	People4.rpgmvp
100%  
	    New File  		   37383	Vehicle.rpgmvp
100%  
	  New Dir          4	C:\html\Project1\www\img\enemies\
	    New File  		   24603	Bat.rpgmvp
100%  
	    New File  		  143058	Minotaur.rpgmvp
 91%  
100%  
	    New File  		  112278	Orc.rpgmvp
100%  
	    New File  		   23179	Slime.rpgmvp
100%  
	  New Dir         11	C:\html\Project1\www\img\faces\
	    New File  		   32405	001.rpgmvp
100%  
	    New File  		  347141	Actor1.rpgmvp
 37%  
 75%  
100%  
	    New File  		  361976	Actor2.rpgmvp
 36%  
 72%  
100%  
	    New File  		  401855	Actor3.rpgmvp
 32%  
 65%  
 97%  
100%  
	    New File  		  331908	Evil.rpgmvp
 39%  
 78%  
100%  
	    New File  		  314775	Monster.rpgmvp
 41%  
 83%  
100%  
	    New File  		  329217	Nature.rpgmvp
 39%  
 79%  
100%  
	    New File  		  316548	People1.rpgmvp
 41%  
 82%  
100%  
	    New File  		  341393	People2.rpgmvp
 38%  
 76%  
100%  
	    New File  		  353871	People3.rpgmvp
 37%  
 74%  
100%  
	    New File  		  338583	People4.rpgmvp
 38%  
 77%  
100%  
	  New Dir         20	C:\html\Project1\www\img\sv_actors\
	    New File  		   53361	001.rpgmvp
100%  
	    New File  		   27528	Actor1_2.rpgmvp
100%  
	    New File  		   31024	Actor1_3.rpgmvp
100%  
	    New File  		   27045	Actor1_4.rpgmvp
100%  
	    New File  		   32163	Actor1_5.rpgmvp
100%  
	    New File  		   26532	Actor1_6.rpgmvp
100%  
	    New File  		   26985	Actor1_7.rpgmvp
100%  
	    New File  		   27851	Actor1_8.rpgmvp
100%  
	    New File  		   26251	Actor2_1.rpgmvp
100%  
	    New File  		   27210	Actor2_2.rpgmvp
100%  
	    New File  		   24207	Actor2_3.rpgmvp
100%  
	    New File  		   27362	Actor2_4.rpgmvp
100%  
	    New File  		   31729	Actor2_5.rpgmvp
100%  
	    New File  		   30728	Actor2_6.rpgmvp
100%  
	    New File  		   26846	Actor2_7.rpgmvp
100%  
	    New File  		   30853	Actor2_8.rpgmvp
100%  
	    New File  		   34244	Actor3_5.rpgmvp
100%  
	    New File  		   31940	Actor3_6.rpgmvp
100%  
	    New File  		   27183	Actor3_7.rpgmvp
100%  
	    New File  		   30186	Actor3_8.rpgmvp
100%  
	  New Dir         14	C:\html\Project1\www\img\system\
	    New File  		   43848	Balloon.rpgmvp
100%  
	    New File  		   10888	ButtonSet.rpgmvp
100%  
	    New File  		   12906	Damage.rpgmvp
100%  
	    New File  		    6989	GameOver.rpgmvp
100%  
	    New File  		  206969	IconSet.rpgmvp
 63%  
100%  
	    New File  		    2172	Loading.png
100%  
	    New File  		   22625	MadeWithMv.rpgmvp
100%  
	    New File  		     744	Shadow1.rpgmvp
100%  
	    New File  		     448	Shadow2.rpgmvp
100%  
	    New File  		  311723	States.rpgmvp
 42%  
 84%  
100%  
	    New File  		    7245	Weapons1.rpgmvp
100%  
	    New File  		    6905	Weapons2.rpgmvp
100%  
	    New File  		    2263	Weapons3.rpgmvp
100%  
	    New File  		    5328	Window.png
100%  
	  New Dir         62	C:\html\Project1\www\img\tilesets\
	    New File  		  378362	Dungeon_A1.rpgmvp
 34%  
 69%  
100%  
	    New File  		     570	Dungeon_A1.txt
100%  
	    New File  		  316240	Dungeon_A2.rpgmvp
 41%  
 82%  
100%  
	    New File  		    1215	Dungeon_A2.txt
100%  
	    New File  		  463484	Dungeon_A4.rpgmvp
 28%  
 56%  
 84%  
100%  
	    New File  		    1797	Dungeon_A4.txt
100%  
	    New File  		  302042	Dungeon_A5.rpgmvp
 43%  
 86%  
100%  
	    New File  		    5981	Dungeon_A5.txt
100%  
	    New File  		  727866	Dungeon_B.rpgmvp
 36%  
 72%  
100%  
	    New File  		    8602	Dungeon_B.txt
100%  
	    New File  		  650007	Dungeon_C.rpgmvp
 40%  
 80%  
100%  
	    New File  		    9104	Dungeon_C.txt
100%  
	    New File  		  521547	Inside_A1.rpgmvp
 25%  
 50%  
 75%  
100%  
	    New File  		     563	Inside_A1.txt
100%  
	    New File  		  326420	Inside_A2.rpgmvp
 40%  
 80%  
100%  
	    New File  		     827	Inside_A2.txt
100%  
	    New File  		  402008	Inside_A4.rpgmvp
 32%  
 65%  
 97%  
100%  
	    New File  		    1853	Inside_A4.txt
100%  
	    New File  		  333418	Inside_A5.rpgmvp
 39%  
 78%  
100%  
	    New File  		    5818	Inside_A5.txt
100%  
	    New File  		  512274	Inside_B.rpgmvp
 25%  
 51%  
 76%  
100%  
	    New File  		    7259	Inside_B.txt
100%  
	    New File  		  393053	Inside_C.rpgmvp
 33%  
 66%  
100%  
	    New File  		    8885	Inside_C.txt
100%  
	    New File  		  444094	Outside_A1.rpgmvp
 29%  
 59%  
 88%  
100%  
	    New File  		     503	Outside_A1.txt
100%  
	    New File  		  302623	Outside_A2.rpgmvp
 43%  
 86%  
100%  
	    New File  		     809	Outside_A2.txt
100%  
	    New File  		  204148	Outside_A3.rpgmvp
 64%  
100%  
	    New File  		    1330	Outside_A3.txt
100%  
	    New File  		  520399	Outside_A4.rpgmvp
 25%  
 50%  
 75%  
100%  
	    New File  		    1720	Outside_A4.txt
100%  
	    New File  		  171872	Outside_A5.rpgmvp
 76%  
100%  
	    New File  		    4612	Outside_A5.txt
100%  
	    New File  		  633868	Outside_B.rpgmvp
 41%  
 82%  
100%  
	    New File  		    7373	Outside_B.txt
100%  
	    New File  		  912689	Outside_C.rpgmvp
 28%  
 57%  
 86%  
100%  
	    New File  		   10406	Outside_C.txt
100%  
	    New File  		  954331	SF_Inside_A4.rpgmvp
 27%  
 54%  
 82%  
100%  
	    New File  		    2048	SF_Inside_A4.txt
100%  
	    New File  		  868716	SF_Inside_B.rpgmvp
 30%  
 60%  
 90%  
100%  
	    New File  		    9526	SF_Inside_B.txt
100%  
	    New File  		  756707	SF_Inside_C.rpgmvp
 34%  
 69%  
100%  
	    New File  		    6872	SF_Inside_C.txt
100%  
	    New File  		  519537	SF_Outside_A3.rpgmvp
 25%  
 50%  
 75%  
100%  
	    New File  		    1444	SF_Outside_A3.txt
100%  
	    New File  		  989213	SF_Outside_A4.rpgmvp
 26%  
 53%  
 79%  
100%  
	    New File  		    2026	SF_Outside_A4.txt
100%  
	    New File  		  438743	SF_Outside_A5.rpgmvp
 29%  
 59%  
 89%  
100%  
	    New File  		    5720	SF_Outside_A5.txt
100%  
	    New File  		  758403	SF_Outside_B.rpgmvp
 34%  
 69%  
100%  
	    New File  		    8267	SF_Outside_B.txt
100%  
	    New File  		  953079	SF_Outside_C.rpgmvp
 27%  
 55%  
 82%  
100%  
	    New File  		    6658	SF_Outside_C.txt
100%  
	    New File  		  458920	World_A1.rpgmvp
 28%  
 57%  
 85%  
100%  
	    New File  		     342	World_A1.txt
100%  
	    New File  		  553955	World_A2.rpgmvp
 47%  
 94%  
100%  
	    New File  		     859	World_A2.txt
100%  
	    New File  		  796765	World_B.rpgmvp
 32%  
 65%  
 98%  
100%  
	    New File  		    7308	World_B.txt
100%  
	    New File  		  978025	World_C.rpgmvp
 26%  
 53%  
 80%  
100%  
	    New File  		    5893	World_C.txt
100%  
	  New Dir          1	C:\html\Project1\www\img\titles1\
	    New File  		  663917	Book.rpgmvp
 39%  
 78%  
100%  
	  New Dir          8	C:\html\Project1\www\js\
	    New File  		     270	main.js
100%  
	    New File  		     692	plugins.js
100%  
	    New File  		  244396	rpg_core.js
 53%  
100%  
	    New File  		   83985	rpg_managers.js
100%  
	    New File  		  304315	rpg_objects.js
 43%  
 86%  
100%  
	    New File  		   81404	rpg_scenes.js
100%  
	    New File  		   80558	rpg_sprites.js
100%  
	    New File  		  182643	rpg_windows.js
 71%  
100%  
	  New Dir          6	C:\html\Project1\www\js\libs\
	    New File  		    7571	fpsmeter.js
100%  
	    New File  		    3666	iphone-inline-video.browser.js
100%  
	    New File  		    6702	lz-string.js
100%  
	    New File  		   23354	pixi-picture.js
100%  
	    New File  		   43638	pixi-tilemap.js
100%  
	    New File  		   1.2 m	pixi.js
 19%  
 39%  
 58%  
 78%  
 98%  
100%  
	  New Dir          9	C:\html\Project1\www\js\plugins\
	    New File  		    3130	AltMenuScreen.js
100%  
	    New File  		    4512	AltSaveScreen.js
100%  
	    New File  		    4241	Community_Basic.js
100%  
	    New File  		   11958	EnemyBook.js
100%  
	    New File  		   12929	ItemBook.js
100%  
	    New File  		   10927	MadeWithMv.js
100%  
	    New File  		    2990	SimpleMsgSideView.js
100%  
	    New File  		    2074	TitleCommandPosition.js
100%  
	    New File  		    3113	WeaponSkill.js
100%  
 
------------------------------------------------------------------------------
 
               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :        22        21         1         0         0        23
   Files :       318       318         0         0         0       318
   Bytes :   89.64 m   89.64 m         0         0         0   89.64 m
   Times :   0:00:27   0:00:09                       0:00:00   0:00:18
 
 
   Speed :           10,278,605 Bytes/sec.
   Speed :              588.147 MegaBytes/min.
   Ended : 2022년 6월 16일 목요일 오후 10:17:04
 
폴더를 www 폴더로 복사하였습니다.
index.html 파일을 수정하였습니다.
build.json 파일을 찾았습니다
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=undefined (recommended setting)
ANDROID_HOME=undefined (DEPRECATED)
빌드 중에 오류가 발생하였습니다.
 
 
 
이렇게 떴어요.
 
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=undefined (recommended setting)
ANDROID_HOME=undefined (DEPRECATED)
빌드 중에 오류가 발생하였습니다. 
 
이 오류가 자꾸나요.

필드오류

You have been opted out of telemetry. To change this, run: cordova telemetry on.
Plugin "cordova-plugin-insomnia" already installed on android.
Adding cordova-plugin-insomnia to package.json
cordova-plugin-insomnia 플러그인이 추가되었습니다.
config.xml 파일을 수정하였습니다
키스토어 파일이 이미 생성되어있습니다.
게임 폴더 복사를 시작합니다 [robocopy 사용]


ROBOCOPY :: Robust File Copy for Windows

Started : 2020년 10월 22일 목요일 오후 1:48:17
Source : C:\Users\dekomani\Desktop\��Ƣ==\www
Dest : C:\Users\dekomani\Documents\RPG Maker MV Cordova Builder\test\www\

Files : *.*

Options : . /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1 /W:1


                   2	C:\Users\dekomani\Desktop\��Ƣ\==\www\
    Older     		    1663	index.html

100%
0 C:\Users\dekomani\Desktop\��Ƣ==\www\audio
1 C:\Users\dekomani\Desktop\��Ƣ==\www\audio\se
17 C:\Users\dekomani\Desktop\��Ƣ==\www\data
2 C:\Users\dekomani\Desktop\��Ƣ==\www\fonts
1 C:\Users\dekomani\Desktop\��Ƣ==\www\icon
0 C:\Users\dekomani\Desktop\��Ƣ==\www\img
2 C:\Users\dekomani\Desktop\��Ƣ==\www\img\characters
20 C:\Users\dekomani\Desktop\��Ƣ==\www\img\system
7 C:\Users\dekomani\Desktop\��Ƣ==\www\img\tilesets
1 C:\Users\dekomani\Desktop\��Ƣ==\www\img\titles1
8 C:\Users\dekomani\Desktop\��Ƣ==\www\js
6 C:\Users\dekomani\Desktop\��Ƣ==\www\js\libs
11 C:\Users\dekomani\Desktop\��Ƣ==\www\js\plugins\


           Total    Copied   Skipped  Mismatch    FAILED    Extras
Dirs :        14         0        14         0         0         0

Files : 78 1 77 0 0 0
Bytes : 4.91 m 1.6 k 4.91 m 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00

Speed : 1663000 Bytes/sec.
Speed : 95.157 MegaBytes/min.
Ended : 2020년 10월 22일 목요일 오후 1:48:17

폴더를 www 폴더로 복사하였습니다.
index.html 파일을 수정하였습니다.
build.json 파일을 찾았습니다

You have been opted out of telemetry. To change this, run: cordova telemetry on.
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=undefined (recommended setting)
ANDROID_HOME=C:\Users\dekomani\AppData\Local\Android\Sdk (DEPRECATED)
Using Android SDK: C:\Users\dekomani\AppData\Local\Android\Sdk
Reading build config file: C:\Users\dekomani\Documents\RPG Maker MV Cordova Builder\test\build.json
Reading the keystore from: C:\Users\dekomani\Documents\RPG Maker MV Cordova Builder\test\android.keystore
빌드 중에 오류가 발생하였습니다.

Environment Variables can't read and Dark Theme Issues

Environment Variables can't read

string ANDROID_HOME = System.Environment.GetEnvironmentVariable("ANDROID_HOME");

이 대화 상자 대신 JIT(Just-in-time) 디버깅을 호출하는
방법에 대한 자세한 내용은 이 메시지의 뒷부분을 참조하십시오.

************** 예외 텍스트 **************
System.Exception: 윈도우 환경 변수에서 ANDROID_SDK_ROOT 또는 ANDROID_HOME 변수를 찾지 못했습니다.
   위치: Cordova.Forms.Form1.GetPlatformsFolders()
   위치: Cordova.Forms.Form1.CheckRequirements()
   위치: Cordova.Forms.Form1.Prepare()
   위치: Cordova.Forms.Form1.Form1_Load(Object sender, EventArgs e)
   위치: System.Windows.Forms.Form.OnLoad(EventArgs e)
   위치: System.Windows.Forms.Form.OnCreateControl()
   위치: System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   위치: System.Windows.Forms.Control.CreateControl()
   위치: System.Windows.Forms.Control.WmShowWindow(Message& m)
   위치: System.Windows.Forms.Control.WndProc(Message& m)
   위치: System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   위치: System.Windows.Forms.Form.WmShowWindow(Message& m)
   위치: System.Windows.Forms.Form.WndProc(Message& m)
   위치: System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   위치: System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   위치: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 로드된 어셈블리 **************
mscorlib
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4250.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Cordova Builder
    어셈블리 버전: 1.0.0.0
    Win32 버전: 1.0.0.0
    코드베이스: file:///C:/Program%20Files%20(x86)/MV%20App%20Builder/Cordova%20Builder.exe
----------------------------------------
System.Windows.Forms
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4250.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4200.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.3752.0 built by: NET48REL1
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Newtonsoft.Json
    어셈블리 버전: 12.0.0.0
    Win32 버전: 12.0.3.23909
    코드베이스: file:///C:/Program%20Files%20(x86)/MV%20App%20Builder/Newtonsoft.Json.DLL
----------------------------------------
System.Core
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4220.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Numerics
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.3752.0 built by: NET48REL1
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Runtime.Serialization
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4250.0 built by: NET48REL1LAST_C
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Data
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4261.0 built by: NET48REL1LAST_B
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.3752.0 built by: NET48REL1
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.4190.0 built by: NET48REL1LAST_B
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
DarkUI
    어셈블리 버전: 2.0.0.0
    Win32 버전: 2.0.0.0
    코드베이스: file:///C:/Program%20Files%20(x86)/MV%20App%20Builder/DarkUI.DLL
----------------------------------------
Cordova Builder.resources
    어셈블리 버전: 1.0.0.0
    Win32 버전: 1.0.0.0
    코드베이스: file:///C:/Program%20Files%20(x86)/MV%20App%20Builder/ko/Cordova%20Builder.resources.DLL
----------------------------------------
System.Windows.Forms.resources
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.3752.0 built by: NET48REL1
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_ko_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
    어셈블리 버전: 4.0.0.0
    Win32 버전: 4.8.3752.0 built by: NET48REL1
    코드베이스: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_ko_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------

************** JIT 디버깅 **************
JIT(Just In Time) 디버깅을 사용하려면 이 응용 프로그램 또는 컴퓨터의
config 파일(machine.config)의 jitDebugging 값을 
system.windows.forms 섹션에 설정해야 합니다.
또한 응용 프로그램은 디버깅할 수 있도록 컴파일되어야
합니다.

예:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

JIT 디버깅을 사용하면 처리되지 않은 모든 예외는
이 대화 상자에서 처리되지 않고 컴퓨터에 등록된 JIT 
디버거에 보내집니다.

Dark Theme Issue

image

이미 존재하는 코르도바 프로젝트 확인

이미 만들어놓은 프로젝트가 있으면, 그대로 활용하여 빌드 시간을 줄일 수 있어야 함.

cordova create
cordova platform add android

항상 재생성할 경우, 너무 오래 걸림.

새로운 안드로이드 API 탐지 방법

만약 다음 명령이 아무런 라인을 반환하지 않는다면, 29 레벨이 설치되지 않은 것이다.

avdmanager list | find "Android API 29"

만약 다음 명령이 0을 반환하면, Android API 28이 설치되지 않은 것이다.

avdmanager list | find /c "Android API 28"

새로운 SDK 존재 여부는 sdkmanager --list 으로 알 수 있다. 예를 들어, 다음 결과가 0이 아니면, 29 레벨이 존재하는 것이다.

sdkmanager --list | find /c "sources;android-29"

아니면 | 문자를 split 하여, 검사하는 방법도 있다. sdkmanager --list의 결과 값은 다음과 같고, 내부적으로 파싱하여 GUI로 만든 것이 안드로이드 스튜디오의 sdkmanger이며, 콘솔에서 sdkmanager "platform-tools" "platforms;android-28" 와 같은 식으로 패키지 설치를 할 수도 있다.

Installed packages:
  Path                                                                              | Version | Description                        | Location                                                                          
  -------                                                                           | ------- | -------                            | -------                                                                           
  build-tools;26.0.2                                                                | 26.0.2  | Android SDK Build-Tools 26.0.2     | build-tools\26.0.2\                                                               
  build-tools;28.0.1                                                                | 28.0.1  | Android SDK Build-Tools 28.0.1     | build-tools\28.0.1\                                                               
  build-tools;28.0.3                                                                | 28.0.3  | Android SDK Build-Tools 28.0.3     | build-tools\28.0.3\                                                               
  emulator                                                                          | 27.3.9  | Android Emulator                   | emulator\                                                                         
  extras;android;m2repository                                                       | 47.0.0  | Android Support Repository         | extras\android\m2repository\                                                      
  extras;google;google_play_services                                                | 49      | Google Play services               | extras\google\google_play_services\                                               
  extras;google;m2repository                                                        | 58      | Google Repository                  | extras\google\m2repository\                                                       
  extras;google;usb_driver                                                          | 11      | Google USB Driver                  | extras\google\usb_driver\                                                         
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.2 | 1       | Solver for ConstraintLayout 1.0.2  | extras\m2repository\com\android\support\constraint\constraint-layout-solver\1.0.2\
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2        | 1       | ConstraintLayout for Android 1.0.2 | extras\m2repository\com\android\support\constraint\constraint-layout\1.0.2\       
  patcher;v4                                                                        | 1       | SDK Patch Applier v4               | patcher\v4\                                                                       
  platform-tools                                                                    | 28.0.1  | Android SDK Platform-Tools         | platform-tools\                                                                   
  platforms;android-19                                                              | 4       | Android SDK Platform 19            | platforms\android-19\                                                             
  platforms;android-23                                                              | 3       | Android SDK Platform 23            | platforms\android-23\                                                             
  platforms;android-26                                                              | 2       | Android SDK Platform 26            | platforms\android-26\                                                             
  platforms;android-27                                                              | 3       | Android SDK Platform 27            | platforms\android-27\                                                             
  platforms;android-28                                                              | 6       | Android SDK Platform 28            | platforms\android-28\                                                             
  platforms;android-29                                                              | 3       | Android SDK Platform 29            | platforms\android-29\                                                             
  sources;android-19                                                                | 2       | Sources for Android 19             | sources\android-19\                                                               
  sources;android-23                                                                | 1       | Sources for Android 23             | sources\android-23\                                                               
  sources;android-26                                                                | 1       | Sources for Android 26             | sources\android-26\                                                               
  sources;android-27                                                                | 1       | Sources for Android 27             | sources\android-27\                                                               
  sources;android-28                                                                | 1       | Sources for Android 28             | sources\android-28\                                                               
  sources;android-29                                                                | 1       | Sources for Android 29             | sources\android-29\                                                               
  tools                                                                             | 26.1.1  | Android SDK Tools                  | tools\                                                                            

Available Packages:
  Path                                                                                     | Version      | Description                                                         
  -------                                                                                  | -------      | -------                                                             
  add-ons;addon-google_apis-google-15                                                      | 3            | Google APIs                                                         
  add-ons;addon-google_apis-google-16                                                      | 4            | Google APIs                                                         
  add-ons;addon-google_apis-google-17                                                      | 4            | Google APIs                                                         
  add-ons;addon-google_apis-google-18                                                      | 4            | Google APIs                                                         
  add-ons;addon-google_apis-google-19                                                      | 20           | Google APIs                                                         
  add-ons;addon-google_apis-google-21                                                      | 1            | Google APIs                                                         
  add-ons;addon-google_apis-google-22                                                      | 1            | Google APIs                                                         
  add-ons;addon-google_apis-google-23                                                      | 1            | Google APIs                                                         
  add-ons;addon-google_apis-google-24                                                      | 1            | Google APIs                                                         
  add-ons;addon-google_gdk-google-19                                                       | 11           | Glass Development Kit Preview                                       
  build-tools;19.1.0                                                                       | 19.1.0       | Android SDK Build-Tools 19.1                                        
  build-tools;20.0.0                                                                       | 20.0.0       | Android SDK Build-Tools 20                                          
  build-tools;21.1.2                                                                       | 21.1.2       | Android SDK Build-Tools 21.1.2                                      
  build-tools;22.0.1                                                                       | 22.0.1       | Android SDK Build-Tools 22.0.1                                      
  build-tools;23.0.1                                                                       | 23.0.1       | Android SDK Build-Tools 23.0.1                                      
  build-tools;23.0.2                                                                       | 23.0.2       | Android SDK Build-Tools 23.0.2                                      
  build-tools;23.0.3                                                                       | 23.0.3       | Android SDK Build-Tools 23.0.3                                      
  build-tools;24.0.0                                                                       | 24.0.0       | Android SDK Build-Tools 24                                          
  build-tools;24.0.1                                                                       | 24.0.1       | Android SDK Build-Tools 24.0.1                                      
  build-tools;24.0.2                                                                       | 24.0.2       | Android SDK Build-Tools 24.0.2                                      
  build-tools;24.0.3                                                                       | 24.0.3       | Android SDK Build-Tools 24.0.3                                      
  build-tools;25.0.0                                                                       | 25.0.0       | Android SDK Build-Tools 25                                          
  build-tools;25.0.1                                                                       | 25.0.1       | Android SDK Build-Tools 25.0.1                                      
  build-tools;25.0.2                                                                       | 25.0.2       | Android SDK Build-Tools 25.0.2                                      
  build-tools;25.0.3                                                                       | 25.0.3       | Android SDK Build-Tools 25.0.3                                      
  build-tools;26.0.0                                                                       | 26.0.0       | Android SDK Build-Tools 26                                          
  build-tools;26.0.1                                                                       | 26.0.1       | Android SDK Build-Tools 26.0.1                                      
  build-tools;26.0.2                                                                       | 26.0.2       | Android SDK Build-Tools 26.0.2                                      
  build-tools;26.0.3                                                                       | 26.0.3       | Android SDK Build-Tools 26.0.3                                      
  build-tools;27.0.0                                                                       | 27.0.0       | Android SDK Build-Tools 27                                          
  build-tools;27.0.1                                                                       | 27.0.1       | Android SDK Build-Tools 27.0.1                                      
  build-tools;27.0.2                                                                       | 27.0.2       | Android SDK Build-Tools 27.0.2                                      
  build-tools;27.0.3                                                                       | 27.0.3       | Android SDK Build-Tools 27.0.3                                      
  build-tools;28.0.0                                                                       | 28.0.0       | Android SDK Build-Tools 28                                          
  build-tools;28.0.1                                                                       | 28.0.1       | Android SDK Build-Tools 28.0.1                                      
  build-tools;28.0.2                                                                       | 28.0.2       | Android SDK Build-Tools 28.0.2                                      
  build-tools;28.0.3                                                                       | 28.0.3       | Android SDK Build-Tools 28.0.3                                      
  build-tools;29.0.0                                                                       | 29.0.0       | Android SDK Build-Tools 29                                          
  build-tools;29.0.1                                                                       | 29.0.1       | Android SDK Build-Tools 29.0.1                                      
  build-tools;29.0.2                                                                       | 29.0.2       | Android SDK Build-Tools 29.0.2                                      
  cmake;3.10.2.4988404                                                                     | 3.10.2       | CMake 3.10.2.4988404                                                
  cmake;3.6.4111459                                                                        | 3.6.4111459  | CMake 3.6.4111459                                                   
  docs                                                                                     | 1            | Documentation for Android SDK                                       
  emulator                                                                                 | 29.2.11      | Android Emulator                                                    
  extras;android;gapid;1                                                                   | 1.0.3        | GPU Debugging tools                                                 
  extras;android;gapid;3                                                                   | 3.1.0        | GPU Debugging tools                                                 
  extras;android;m2repository                                                              | 47.0.0       | Android Support Repository                                          
  extras;google;Android_Emulator_Hypervisor_Driver                                         | 1.2.0        | Android Emulator Hypervisor Driver for AMD Processors (installer)   
  extras;google;auto                                                                       | 1.1          | Android Auto Desktop Head Unit emulator                             
  extras;google;google_play_services                                                       | 49           | Google Play services                                                
  extras;google;instantapps                                                                | 1.9.0        | Google Play Instant Development SDK                                 
  extras;google;m2repository                                                               | 58           | Google Repository                                                   
  extras;google;market_apk_expansion                                                       | 1            | Google Play APK Expansion library                                   
  extras;google;market_licensing                                                           | 1            | Google Play Licensing Library                                       
  extras;google;simulators                                                                 | 1            | Android Auto API Simulators                                         
  extras;google;usb_driver                                                                 | 12           | Google USB Driver                                                   
  extras;google;webdriver                                                                  | 2            | Google Web Driver                                                   
  extras;intel;Hardware_Accelerated_Execution_Manager                                      | 7.5.4        | Intel x86 Emulator Accelerator (HAXM installer)                     
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0        | 1            | Solver for ConstraintLayout 1.0.0                                   
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-alpha4 | 1            | com.android.support.constraint:constraint-layout-solver:1.0.0-alpha4
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-alpha8 | 1            | Solver for ConstraintLayout 1.0.0-alpha8                            
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta1  | 1            | Solver for ConstraintLayout 1.0.0-beta1                             
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta2  | 1            | Solver for ConstraintLayout 1.0.0-beta2                             
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta3  | 1            | Solver for ConstraintLayout 1.0.0-beta3                             
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta4  | 1            | Solver for ConstraintLayout 1.0.0-beta4                             
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.0-beta5  | 1            | Solver for ConstraintLayout 1.0.0-beta5                             
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.1        | 1            | Solver for ConstraintLayout 1.0.1                                   
  extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.2        | 1            | Solver for ConstraintLayout 1.0.2                                   
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0               | 1            | ConstraintLayout for Android 1.0.0                                  
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-alpha4        | 1            | com.android.support.constraint:constraint-layout:1.0.0-alpha4       
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-alpha8        | 1            | ConstraintLayout for Android 1.0.0-alpha8                           
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta1         | 1            | ConstraintLayout for Android 1.0.0-beta1                            
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta2         | 1            | ConstraintLayout for Android 1.0.0-beta2                            
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta3         | 1            | ConstraintLayout for Android 1.0.0-beta3                            
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta4         | 1            | ConstraintLayout for Android 1.0.0-beta4                            
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0-beta5         | 1            | ConstraintLayout for Android 1.0.0-beta5                            
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.1               | 1            | ConstraintLayout for Android 1.0.1                                  
  extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2               | 1            | ConstraintLayout for Android 1.0.2                                  
  lldb;2.0                                                                                 | 2.0.2558144  | LLDB 2.0                                                            
  lldb;2.1                                                                                 | 2.1.2852477  | LLDB 2.1                                                            
  lldb;2.2                                                                                 | 2.2.3271982  | LLDB 2.2                                                            
  lldb;2.3                                                                                 | 2.3.3614996  | LLDB 2.3                                                            
  lldb;3.0                                                                                 | 3.0.4213617  | LLDB 3.0                                                            
  lldb;3.1                                                                                 | 3.1.4508709  | LLDB 3.1                                                            
  ndk-bundle                                                                               | 20.1.5948944 | NDK                                                                 
  ndk;16.1.4479499                                                                         | 16.1.4479499 | NDK (Side by side) 16.1.4479499                                     
  ndk;17.2.4988734                                                                         | 17.2.4988734 | NDK (Side by side) 17.2.4988734                                     
  ndk;18.1.5063045                                                                         | 18.1.5063045 | NDK (Side by side) 18.1.5063045                                     
  ndk;19.2.5345600                                                                         | 19.2.5345600 | NDK (Side by side) 19.2.5345600                                     
  ndk;20.0.5594570                                                                         | 20.0.5594570 | NDK (Side by side) 20.0.5594570                                     
  ndk;20.1.5948944                                                                         | 20.1.5948944 | NDK (Side by side) 20.1.5948944                                     
  patcher;v4                                                                               | 1            | SDK Patch Applier v4                                                
  platform-tools                                                                           | 29.0.5       | Android SDK Platform-Tools                                          
  platforms;android-10                                                                     | 2            | Android SDK Platform 10                                             
  platforms;android-11                                                                     | 2            | Android SDK Platform 11                                             
  platforms;android-12                                                                     | 3            | Android SDK Platform 12                                             
  platforms;android-13                                                                     | 1            | Android SDK Platform 13                                             
  platforms;android-14                                                                     | 4            | Android SDK Platform 14                                             
  platforms;android-15                                                                     | 5            | Android SDK Platform 15                                             
  platforms;android-16                                                                     | 5            | Android SDK Platform 16                                             
  platforms;android-17                                                                     | 3            | Android SDK Platform 17                                             
  platforms;android-18                                                                     | 3            | Android SDK Platform 18                                             
  platforms;android-19                                                                     | 4            | Android SDK Platform 19                                             
  platforms;android-20                                                                     | 2            | Android SDK Platform 20                                             
  platforms;android-21                                                                     | 2            | Android SDK Platform 21                                             
  platforms;android-22                                                                     | 2            | Android SDK Platform 22                                             
  platforms;android-23                                                                     | 3            | Android SDK Platform 23                                             
  platforms;android-24                                                                     | 2            | Android SDK Platform 24                                             
  platforms;android-25                                                                     | 3            | Android SDK Platform 25                                             
  platforms;android-26                                                                     | 2            | Android SDK Platform 26                                             
  platforms;android-27                                                                     | 3            | Android SDK Platform 27                                             
  platforms;android-28                                                                     | 6            | Android SDK Platform 28                                             
  platforms;android-29                                                                     | 4            | Android SDK Platform 29                                             
  platforms;android-7                                                                      | 3            | Android SDK Platform 7                                              
  platforms;android-8                                                                      | 3            | Android SDK Platform 8                                              
  platforms;android-9                                                                      | 2            | Android SDK Platform 9                                              
  sources;android-15                                                                       | 2            | Sources for Android 15                                              
  sources;android-16                                                                       | 2            | Sources for Android 16                                              
  sources;android-17                                                                       | 1            | Sources for Android 17                                              
  sources;android-18                                                                       | 1            | Sources for Android 18                                              
  sources;android-19                                                                       | 2            | Sources for Android 19                                              
  sources;android-20                                                                       | 1            | Sources for Android 20                                              
  sources;android-21                                                                       | 1            | Sources for Android 21                                              
  sources;android-22                                                                       | 1            | Sources for Android 22                                              
  sources;android-23                                                                       | 1            | Sources for Android 23                                              
  sources;android-24                                                                       | 1            | Sources for Android 24                                              
  sources;android-25                                                                       | 1            | Sources for Android 25                                              
  sources;android-26                                                                       | 1            | Sources for Android 26                                              
  sources;android-27                                                                       | 1            | Sources for Android 27                                              
  sources;android-28                                                                       | 1            | Sources for Android 28                                              
  sources;android-29                                                                       | 1            | Sources for Android 29                                              
  system-images;android-10;default;armeabi-v7a                                             | 5            | ARM EABI v7a System Image                                           
  system-images;android-10;default;x86                                                     | 5            | Intel x86 Atom System Image                                         
  system-images;android-10;google_apis;armeabi-v7a                                         | 6            | Google APIs ARM EABI v7a System Image                               
  system-images;android-10;google_apis;x86                                                 | 6            | Google APIs Intel x86 Atom System Image                             
  system-images;android-14;default;armeabi-v7a                                             | 2            | ARM EABI v7a System Image                                           
  system-images;android-15;default;armeabi-v7a                                             | 5            | ARM EABI v7a System Image                                           
  system-images;android-15;default;x86                                                     | 5            | Intel x86 Atom System Image                                         
  system-images;android-15;google_apis;armeabi-v7a                                         | 6            | Google APIs ARM EABI v7a System Image                               
  system-images;android-15;google_apis;x86                                                 | 6            | Google APIs Intel x86 Atom System Image                             
  system-images;android-16;default;armeabi-v7a                                             | 6            | ARM EABI v7a System Image                                           
  system-images;android-16;default;mips                                                    | 1            | MIPS System Image                                                   
  system-images;android-16;default;x86                                                     | 6            | Intel x86 Atom System Image                                         
  system-images;android-16;google_apis;armeabi-v7a                                         | 6            | Google APIs ARM EABI v7a System Image                               
  system-images;android-16;google_apis;x86                                                 | 6            | Google APIs Intel x86 Atom System Image                             
  system-images;android-17;default;armeabi-v7a                                             | 6            | ARM EABI v7a System Image                                           
  system-images;android-17;default;mips                                                    | 1            | MIPS System Image                                                   
  system-images;android-17;default;x86                                                     | 4            | Intel x86 Atom System Image                                         
  system-images;android-17;google_apis;armeabi-v7a                                         | 6            | Google APIs ARM EABI v7a System Image                               
  system-images;android-17;google_apis;x86                                                 | 6            | Google APIs Intel x86 Atom System Image                             
  system-images;android-18;default;armeabi-v7a                                             | 5            | ARM EABI v7a System Image                                           
  system-images;android-18;default;x86                                                     | 4            | Intel x86 Atom System Image                                         
  system-images;android-18;google_apis;armeabi-v7a                                         | 6            | Google APIs ARM EABI v7a System Image                               
  system-images;android-18;google_apis;x86                                                 | 6            | Google APIs Intel x86 Atom System Image                             
  system-images;android-19;default;armeabi-v7a                                             | 5            | ARM EABI v7a System Image                                           
  system-images;android-19;default;x86                                                     | 6            | Intel x86 Atom System Image                                         
  system-images;android-19;google_apis;armeabi-v7a                                         | 38           | Google APIs ARM EABI v7a System Image                               
  system-images;android-19;google_apis;x86                                                 | 38           | Google APIs Intel x86 Atom System Image                             
  system-images;android-21;android-tv;armeabi-v7a                                          | 3            | Android TV ARM EABI v7a System Image                                
  system-images;android-21;android-tv;x86                                                  | 3            | Android TV Intel x86 Atom System Image                              
  system-images;android-21;default;armeabi-v7a                                             | 4            | ARM EABI v7a System Image                                           
  system-images;android-21;default;x86                                                     | 5            | Intel x86 Atom System Image                                         
  system-images;android-21;default;x86_64                                                  | 5            | Intel x86 Atom_64 System Image                                      
  system-images;android-21;google_apis;armeabi-v7a                                         | 30           | Google APIs ARM EABI v7a System Image                               
  system-images;android-21;google_apis;x86                                                 | 30           | Google APIs Intel x86 Atom System Image                             
  system-images;android-21;google_apis;x86_64                                              | 30           | Google APIs Intel x86 Atom_64 System Image                          
  system-images;android-22;android-tv;x86                                                  | 3            | Android TV Intel x86 Atom System Image                              
  system-images;android-22;default;armeabi-v7a                                             | 2            | ARM EABI v7a System Image                                           
  system-images;android-22;default;x86                                                     | 6            | Intel x86 Atom System Image                                         
  system-images;android-22;default;x86_64                                                  | 6            | Intel x86 Atom_64 System Image                                      
  system-images;android-22;google_apis;armeabi-v7a                                         | 24           | Google APIs ARM EABI v7a System Image                               
  system-images;android-22;google_apis;x86                                                 | 24           | Google APIs Intel x86 Atom System Image                             
  system-images;android-22;google_apis;x86_64                                              | 24           | Google APIs Intel x86 Atom_64 System Image                          
  system-images;android-23;android-tv;armeabi-v7a                                          | 12           | Android TV ARM EABI v7a System Image                                
  system-images;android-23;android-tv;x86                                                  | 19           | Android TV Intel x86 Atom System Image                              
  system-images;android-23;android-wear;armeabi-v7a                                        | 6            | Android Wear ARM EABI v7a System Image                              
  system-images;android-23;android-wear;x86                                                | 6            | Android Wear Intel x86 Atom System Image                            
  system-images;android-23;default;armeabi-v7a                                             | 6            | ARM EABI v7a System Image                                           
  system-images;android-23;default;x86                                                     | 10           | Intel x86 Atom System Image                                         
  system-images;android-23;default;x86_64                                                  | 10           | Intel x86 Atom_64 System Image                                      
  system-images;android-23;google_apis;armeabi-v7a                                         | 31           | Google APIs ARM EABI v7a System Image                               
  system-images;android-23;google_apis;x86                                                 | 31           | Google APIs Intel x86 Atom System Image                             
  system-images;android-23;google_apis;x86_64                                              | 31           | Google APIs Intel x86 Atom_64 System Image                          
  system-images;android-24;android-tv;x86                                                  | 20           | Android TV Intel x86 Atom System Image                              
  system-images;android-24;default;arm64-v8a                                               | 7            | ARM 64 v8a System Image                                             
  system-images;android-24;default;armeabi-v7a                                             | 7            | ARM EABI v7a System Image                                           
  system-images;android-24;default;x86                                                     | 8            | Intel x86 Atom System Image                                         
  system-images;android-24;default;x86_64                                                  | 8            | Intel x86 Atom_64 System Image                                      
  system-images;android-24;google_apis;arm64-v8a                                           | 25           | Google APIs ARM 64 v8a System Image                                 
  system-images;android-24;google_apis;armeabi-v7a                                         | 25           | Google APIs ARM EABI v7a System Image                               
  system-images;android-24;google_apis;x86                                                 | 25           | Google APIs Intel x86 Atom System Image                             
  system-images;android-24;google_apis;x86_64                                              | 25           | Google APIs Intel x86 Atom_64 System Image                          
  system-images;android-24;google_apis_playstore;x86                                       | 19           | Google Play Intel x86 Atom System Image                             
  system-images;android-25;android-tv;x86                                                  | 14           | Android TV Intel x86 Atom System Image                              
  system-images;android-25;android-wear-cn;armeabi-v7a                                     | 4            | China version of Android Wear ARM EABI v7a System Image             
  system-images;android-25;android-wear-cn;x86                                             | 4            | China version of Android Wear Intel x86 Atom System Image           
  system-images;android-25;android-wear;armeabi-v7a                                        | 3            | Android Wear ARM EABI v7a System Image                              
  system-images;android-25;android-wear;x86                                                | 3            | Android Wear Intel x86 Atom System Image                            
  system-images;android-25;default;x86                                                     | 1            | Intel x86 Atom System Image                                         
  system-images;android-25;default;x86_64                                                  | 1            | Intel x86 Atom_64 System Image                                      
  system-images;android-25;google_apis;arm64-v8a                                           | 16           | Google APIs ARM 64 v8a System Image                                 
  system-images;android-25;google_apis;armeabi-v7a                                         | 16           | Google APIs ARM EABI v7a System Image                               
  system-images;android-25;google_apis;x86                                                 | 16           | Google APIs Intel x86 Atom System Image                             
  system-images;android-25;google_apis;x86_64                                              | 16           | Google APIs Intel x86 Atom_64 System Image                          
  system-images;android-25;google_apis_playstore;x86                                       | 9            | Google Play Intel x86 Atom System Image                             
  system-images;android-26;android-tv;x86                                                  | 12           | Android TV Intel x86 Atom System Image                              
  system-images;android-26;android-wear-cn;x86                                             | 4            | China version of Android Wear Intel x86 Atom System Image           
  system-images;android-26;android-wear;x86                                                | 4            | Android Wear Intel x86 Atom System Image                            
  system-images;android-26;default;x86                                                     | 1            | Intel x86 Atom System Image                                         
  system-images;android-26;default;x86_64                                                  | 1            | Intel x86 Atom_64 System Image                                      
  system-images;android-26;google_apis;x86                                                 | 14           | Google APIs Intel x86 Atom System Image                             
  system-images;android-26;google_apis;x86_64                                              | 14           | Google APIs Intel x86 Atom_64 System Image                          
  system-images;android-26;google_apis_playstore;x86                                       | 7            | Google Play Intel x86 Atom System Image                             
  system-images;android-27;android-tv;x86                                                  | 7            | Android TV Intel x86 Atom System Image                              
  system-images;android-27;default;x86                                                     | 1            | Intel x86 Atom System Image                                         
  system-images;android-27;default;x86_64                                                  | 1            | Intel x86 Atom_64 System Image                                      
  system-images;android-27;google_apis;x86                                                 | 9            | Google APIs Intel x86 Atom System Image                             
  system-images;android-27;google_apis_playstore;x86                                       | 3            | Google Play Intel x86 Atom System Image                             
  system-images;android-28;android-tv;x86                                                  | 8            | Android TV Intel x86 Atom System Image                              
  system-images;android-28;android-wear-cn;x86                                             | 3            | China version of Wear OS Intel x86 Atom System Image                
  system-images;android-28;android-wear;x86                                                | 3            | Wear OS Intel x86 Atom System Image                                 
  system-images;android-28;default;x86                                                     | 4            | Intel x86 Atom System Image                                         
  system-images;android-28;default;x86_64                                                  | 4            | Intel x86 Atom_64 System Image                                      
  system-images;android-28;google_apis;x86                                                 | 10           | Google APIs Intel x86 Atom System Image                             
  system-images;android-28;google_apis;x86_64                                              | 9            | Google APIs Intel x86 Atom_64 System Image                          
  system-images;android-28;google_apis_playstore;x86                                       | 9            | Google Play Intel x86 Atom System Image                             
  system-images;android-28;google_apis_playstore;x86_64                                    | 8            | Google Play Intel x86 Atom_64 System Image                          
  system-images;android-29;default;x86                                                     | 7            | Intel x86 Atom System Image                                         
  system-images;android-29;default;x86_64                                                  | 7            | Intel x86 Atom_64 System Image                                      
  system-images;android-29;google_apis;x86                                                 | 9            | Google APIs Intel x86 Atom System Image                             
  system-images;android-29;google_apis;x86_64                                              | 9            | Google APIs Intel x86 Atom_64 System Image                          
  system-images;android-29;google_apis_playstore;x86                                       | 8            | Google Play Intel x86 Atom System Image                             
  system-images;android-29;google_apis_playstore;x86_64                                    | 8            | Google Play Intel x86 Atom_64 System Image                          
  system-images;android-Q;android-tv;x86                                                   | 1            | Android TV Intel x86 Atom System Image                              
  tools                                                                                    | 26.1.1       | Android SDK Tools                                                   

Available Updates:
  ID                       | Installed | Available
  -------                  | -------   | -------  
  emulator                 | 27.3.9    | 29.2.11  
  extras;google;usb_driver | 11        | 12       
  platform-tools           | 28.0.1    | 29.0.5   
  platforms;android-29     | 3         | 4        

또한 휴대폰이 컴퓨터에 연결되어있을 때, adb install -r *.apk로 강제 설치를 할 수도 있고, 예뮬레이팅도 가능하다.

adding a new feature that cuts out Key Alias until 8 characters.

the previous key alias value is the same as below, it is pretty long.

bWFzbW53cWVwamFzZHF3ZGFjenhhdw==

so I've added the feature that can cut off the key alias value until 8 characters like as below text.

bWFzbW53

this feature will be applied to next version (v0.2.28).

and the key value is unique. however, it is hard to memorize using normal human brain.

so I think that has to add a new feature that can store key configuration file to temporary store file.

Please adjust the Target API and Compile API level to 30.

Versions

image

  • minimum api version : 22
  • target api version: 30
  • compile api version: 30
  • cordova version : 11.1.0
  • RPG Maker Version: RPG Maker MV v1.6.x

Screenshots

image
image
image

Build Log

--- 준비 ---
openjdk version "1.8.0_181-1-ojdkbuild"
OpenJDK Runtime Environment (build 1.8.0_181-1-ojdkbuild-b13)
OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
-- keytool을 찾았습니다.
11.1.0

안드로이드 SDK / ANDROID_SDK_ROOT를 찾았습니다 : C:\Users\U\AppData\Local\Android\Sdk\
[SDK]==========================================
android-19
android-22
android-23
android-28
android-29
android-30
android-31
android-32
android-33
==============================================
--- 필요한 모든 프로그램이 설치되어있습니다.
프로그램이 최신 버전인지 확인 중입니다... (1초 미만)
최신 버전을 사용하고 있습니다.
코르도바가 최신 버전인지 확인 중입니다... (5초 미만)
현재 최신 버전의 코르도바를 사용하고 있습니다.(00:00:03.1147643)
Creating a new cordova project.
프로젝트를 생성하였습니다.
Using cordova-fetch for cordova-android@^10.1.1
Adding android project...
Creating Cordova project for the Android platform:
	Path: platforms\android
	Package: me.biud436.fog
	Name: fog30
	Activity: MainActivity
	Android target: android-30
Subproject Path: CordovaLib
Subproject Path: app
Android project created with [email protected]
안드로이드 프로젝트가 추가되었습니다
Installing "cordova-plugin-insomnia" for android
Adding cordova-plugin-insomnia to package.json
cordova-plugin-insomnia 플러그인이 추가되었습니다.
The www/icon/icon.png file could not found.
config.xml 파일을 수정하였습니다
키스토어 파일이 생성되었습니다.

Requirements check results for android:
Java JDK: installed 1.8.0
Android SDK: installed true
Android target: installed android-33,android-32,android-31,android-30,android-29,android-28,android-23,android-22,android-19
Gradle: installed C:\Gradle\bin\gradle.BAT
...
게임 폴더 복사를 시작합니다 [robocopy 사용]

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows                              
-------------------------------------------------------------------------------

  Started : 2023년 3월 22일 수요일 오전 9:44:12
   Source : C:\Users\U\Desktop\Fog\
     Dest : C:\Users\U\Documents\RMMZ\Project1\RPG Maker MV Cordova Builder\fog30\www\

    Files : *.*
	    
  Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1 /W:1 

------------------------------------------------------------------------------

	                   4	C:\Users\U\Desktop\Fog\
	*EXTRA Dir        -1	C:\Users\U\Documents\RMMZ\Project1\RPG Maker MV Cordova Builder\fog30\www\css\
	  *EXTRA File 		    3723	index.css
	    New File  		      11	Game.rpgproject
100%  
	    Older     		    1648	index.html
100%  
	    New File  		       5	mv-core-ver-1.6.1.txt
100%  
	    New File  		     235	package.json
100%  
	  New Dir          0	C:\Users\U\Desktop\Fog\audio\
	  New Dir          0	C:\Users\U\Desktop\Fog\audio\bgm\
	  New Dir          0	C:\Users\U\Desktop\Fog\audio\bgs\
	  New Dir          0	C:\Users\U\Desktop\Fog\audio\me\
	  New Dir          4	C:\Users\U\Desktop\Fog\audio\se\
	    New File  		    2192	Cursor1.m4a
100%  
	    New File  		    3763	Cursor1.ogg
100%  
	    New File  		   19183	Cursor2.m4a
100%  
	    New File  		   48587	Cursor2.ogg
100%  
	  New Dir         15	C:\Users\U\Desktop\Fog\data\
	    New File  		    1011	Actors.json
100%  
	    New File  		     394	Animations.json
100%  
	    New File  		     710	Armors.json
100%  
	    New File  		   13685	Classes.json
100%  
	    New File  		     100	CommonEvents.json
100%  
	    New File  		     467	Enemies.json
100%  
	    New File  		    1709	Items.json
100%  
	    New File  		   66035	Map001.json
100%  
	    New File  		     123	MapInfos.json
100%  
	    New File  		    4303	Skills.json
100%  
	    New File  		    4854	States.json
100%  
	    New File  		    5643	System.json
100%  
	    New File  		  246734	Tilesets.json
 53%  
100%  
	    New File  		     399	Troops.json
100%  
	    New File  		     902	Weapons.json
100%  
	  New Dir          2	C:\Users\U\Desktop\Fog\fonts\
	    New File  		     246	gamefont.css
100%  
	    New File  		   1.4 m	mplus-1m-regular.ttf
 17%  
 34%  
 51%  
 68%  
 85%  
100%  
	  New Dir          1	C:\Users\U\Desktop\Fog\icon\
	    New File  		   17554	icon.png
100%  
	                   0	C:\Users\U\Desktop\Fog\img\
	  *EXTRA File 		   21814	logo.png
	  New Dir          0	C:\Users\U\Desktop\Fog\img\animations\
	  New Dir          0	C:\Users\U\Desktop\Fog\img\battlebacks1\
	  New Dir          0	C:\Users\U\Desktop\Fog\img\battlebacks2\
	  New Dir          6	C:\Users\U\Desktop\Fog\img\characters\
	    New File  		  286089	!Other1.png
 45%  
 91%  
100%  
	    New File  		  486716	!Other2.png
 26%  
 53%  
 80%  
100%  
	    New File  		   51944	Actor1.png
100%  
	    New File  		   53965	Actor2.png
100%  
	    New File  		   58478	Actor3.png
100%  
	    New File  		   37367	Vehicle.png
100%  
	  New Dir          0	C:\Users\U\Desktop\Fog\img\enemies\
	  New Dir          3	C:\Users\U\Desktop\Fog\img\faces\
	    New File  		   95328	Actor1.png
100%  
	    New File  		  100019	Actor2.png
100%  
	    New File  		  113247	Actor3.png
100%  
	  New Dir         10	C:\Users\U\Desktop\Fog\img\fogs\
	    New File  		   27244	001-Fog01.png
100%  
	    New File  		    2212	002-Clouds01.png
100%  
	    New File  		   37844	003-Shade01.png
100%  
	    New File  		    4106	004-Shade02.png
100%  
	    New File  		   26136	005-Sandstorm01.png
100%  
	    New File  		   39692	006-Sandstorm02.png
100%  
	    New File  		   27254	007-Water01.png
100%  
	    New File  		   17599	008-Water02.png
100%  
	    New File  		   28168	009-Water03.png
100%  
	    New File  		   22118	010-Water04.png
100%  
	  New Dir          1	C:\Users\U\Desktop\Fog\img\parallaxes\
	    New File  		  756309	Mountains3.png
 34%  
 69%  
100%  
	  New Dir          7	C:\Users\U\Desktop\Fog\img\pictures\
	    New File  		    2909	exr.png
100%  
	    New File  		    3498	gauge.png
100%  
	    New File  		    3503	hp.png
100%  
	    New File  		   15188	hud_window_empty.png
100%  
	    New File  		   11471	hud_window_empty_inbattle.png
100%  
	    New File  		    5393	masking.png
100%  
	    New File  		    3543	mp.png
100%  
	  New Dir          2	C:\Users\U\Desktop\Fog\img\rs_hud\
	    New File  		    1220	config.json
100%  
	    New File  		   28485	config.png
100%  
	  New Dir          4	C:\Users\U\Desktop\Fog\img\sv_actors\
	    New File  		   24365	Actor1_1.png
100%  
	    New File  		   22054	Actor1_8.png
100%  
	    New File  		   23063	Actor2_7.png
100%  
	    New File  		   25903	Actor3_8.png
100%  
	  New Dir          1	C:\Users\U\Desktop\Fog\img\sv_enemies\
	    New File  		    8466	Bat.png
100%  
	  New Dir         13	C:\Users\U\Desktop\Fog\img\system\
	    New File  		   18599	Balloon.png
100%  
	    New File  		    8319	ButtonSet.png
100%  
	    New File  		   10729	Damage.png
100%  
	    New File  		    7736	GameOver.png
100%  
	    New File  		   30123	IconSet.png
100%  
	    New File  		    4956	Loading.png
100%  
	    New File  		    3646	Shadow1.png
100%  
	    New File  		    3628	Shadow2.png
100%  
	    New File  		   47792	States.png
100%  
	    New File  		    7229	Weapons1.png
100%  
	    New File  		    9305	Weapons2.png
100%  
	    New File  		    2247	Weapons3.png
100%  
	    New File  		    5328	Window.png
100%  
	  New Dir         32	C:\Users\U\Desktop\Fog\img\tilesets\
	    New File  		  378346	Dungeon_A1.png
 34%  
 69%  
100%  
	    New File  		  316224	Dungeon_A2.png
 41%  
 82%  
100%  
	    New File  		  463468	Dungeon_A4.png
 28%  
 56%  
 84%  
100%  
	    New File  		  302026	Dungeon_A5.png
 43%  
 86%  
100%  
	    New File  		  727850	Dungeon_B.png
 36%  
 72%  
100%  
	    New File  		  649991	Dungeon_C.png
 40%  
 80%  
100%  
	    New File  		  521531	Inside_A1.png
 25%  
 50%  
 75%  
100%  
	    New File  		  326404	Inside_A2.png
 40%  
 80%  
100%  
	    New File  		  401992	Inside_A4.png
 32%  
 65%  
 97%  
100%  
	    New File  		  333402	Inside_A5.png
 39%  
 78%  
100%  
	    New File  		  512258	Inside_B.png
 25%  
 51%  
 76%  
100%  
	    New File  		  393037	Inside_C.png
 33%  
 66%  
100%  
	    New File  		  444078	Outside_A1.png
 29%  
 59%  
 88%  
100%  
	    New File  		  302607	Outside_A2.png
 43%  
 86%  
100%  
	    New File  		  204132	Outside_A3.png
 64%  
100%  
	    New File  		  520383	Outside_A4.png
 25%  
 50%  
 75%  
100%  
	    New File  		  171856	Outside_A5.png
 76%  
100%  
	    New File  		  633852	Outside_B.png
 41%  
 82%  
100%  
	    New File  		  912673	Outside_C.png
 28%  
 57%  
 86%  
100%  
	    New File  		  954315	SF_Inside_A4.png
 27%  
 54%  
 82%  
100%  
	    New File  		  868700	SF_Inside_B.png
 30%  
 60%  
 90%  
100%  
	    New File  		  756691	SF_Inside_C.png
 34%  
 69%  
100%  
	    New File  		  519521	SF_Outside_A3.png
 25%  
 50%  
 75%  
100%  
	    New File  		  989197	SF_Outside_A4.png
 26%  
 53%  
 79%  
100%  
	    New File  		  438727	SF_Outside_A5.png
 29%  
 59%  
 89%  
100%  
	    New File  		  758387	SF_Outside_B.png
 34%  
 69%  
100%  
	    New File  		  953063	SF_Outside_C.png
 27%  
 55%  
 82%  
100%  
	    New File  		  458904	World_A1.png
 28%  
 57%  
 85%  
100%  
	    New File  		  553939	World_A2.png
 47%  
 94%  
100%  
	    New File  		    4722	World_A5.png
100%  
	    New File  		  796749	World_B.png
 32%  
 65%  
 98%  
100%  
	    New File  		  978009	World_C.png
 26%  
 53%  
 80%  
100%  
	  New Dir          0	C:\Users\U\Desktop\Fog\img\titles1\
	  New Dir          0	C:\Users\U\Desktop\Fog\img\titles2\
	                   8	C:\Users\U\Desktop\Fog\js\
	  *EXTRA File 		    1261	index.js
	    New File  		     270	main.js
 43%  
100%  
	    New File  		     933	plugins.js
 72%  
100%  
	    New File  		  244396	rpg_core.js
 53%  
100%  
	    New File  		   83985	rpg_managers.js
 99%  
100%  
	    New File  		  304315	rpg_objects.js
 43%  
 86%  
 99%  
100%  
	    New File  		   81404	rpg_scenes.js
 99%  
100%  
	    New File  		   80558	rpg_sprites.js
 99%  
100%  
	    New File  		  182643	rpg_windows.js
 71%  
 99%  
100%  
	  New Dir          6	C:\Users\U\Desktop\Fog\js\libs\
	    New File  		    7571	fpsmeter.js
 95%  
100%  
	    New File  		    3666	iphone-inline-video.browser.js
 91%  
100%  
	    New File  		    6702	lz-string.js
 95%  
100%  
	    New File  		   23354	pixi-picture.js
 98%  
100%  
	    New File  		   43638	pixi-tilemap.js
 99%  
100%  
	    New File  		   1.2 m	pixi.js
 19%  
 39%  
 58%  
 78%  
 98%  
 99%  
100%  
	  New Dir         11	C:\Users\U\Desktop\Fog\js\plugins\
	    New File  		    3130	AltMenuScreen.js
 90%  
100%  
	    New File  		    4512	AltSaveScreen.js
 92%  
100%  
	    New File  		    4241	Community_Basic.js
 92%  
100%  
	    New File  		   11958	EnemyBook.js
 97%  
100%  
	    New File  		   12929	ItemBook.js
 97%  
100%  
	    New File  		   10927	MadeWithMv.js
 96%  
100%  
	    New File  		   20687	RS_EventName.js
 98%  
100%  
	    New File  		   25783	RS_Fog.js
 98%  
100%  
	    New File  		    2990	SimpleMsgSideView.js
 89%  
100%  
	    New File  		    2074	TitleCommandPosition.js
 85%  
100%  
	    New File  		    3113	WeaponSkill.js
 89%  
100%  
	  New Dir          0	C:\Users\U\Desktop\Fog\movies\

------------------------------------------------------------------------------

               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :        30        27         3         0         0         1
   Files :       130       130         0         0         0         3
   Bytes :   23.49 m   23.49 m         0         0         0    26.1 k
   Times :   0:00:00   0:00:00                       0:00:00   0:00:00


   Speed :           218,063,230 Bytes/sec.
   Speed :            12,477.678 MegaBytes/min.
   Ended : 2023년 3월 22일 수요일 오전 9:44:12


폴더를 www 폴더로 복사하였습니다.
index.html 파일을 수정하였습니다.
build.json 파일을 찾았습니다
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=C:\Users\U\AppData\Local\Android\Sdk\ (recommended setting)
ANDROID_HOME=undefined (DEPRECATED)
Using Android SDK: C:\Users\U\AppData\Local\Android\Sdk
Reading build config file: C:\Users\U\Documents\RMMZ\Project1\RPG Maker MV Cordova Builder\fog30\build.json
Reading the keystore from: C:\Users\U\Documents\RMMZ\Project1\RPG Maker MV Cordova Builder\fog30\keystore.jks
> Task :wrapper

BUILD SUCCESSFUL in 915ms
1 actionable task: 1 executed
Subproject Path: CordovaLib
Subproject Path: app
> Task :app:preBuild UP-TO-DATE
> Task :app:preReleaseBuild UP-TO-DATE
> Task :CordovaLib:preBuild UP-TO-DATE
> Task :CordovaLib:preReleaseBuild UP-TO-DATE
> Task :CordovaLib:compileReleaseAidl NO-SOURCE
> Task :app:compileReleaseAidl NO-SOURCE
> Task :CordovaLib:packageReleaseRenderscript NO-SOURCE
> Task :app:compileReleaseRenderscript NO-SOURCE
> Task :app:generateReleaseBuildConfig
> Task :app:javaPreCompileRelease
> Task :app:writeReleaseApplicationId
> Task :app:analyticsRecordingRelease
> Task :CordovaLib:writeReleaseAarMetadata
> Task :app:generateReleaseResValues
> Task :app:generateReleaseResources
> Task :CordovaLib:compileReleaseRenderscript
> Task :CordovaLib:generateReleaseResValues
> Task :CordovaLib:generateReleaseResources
> Task :CordovaLib:packageReleaseResources
> Task :app:checkReleaseAarMetadata
> Task :app:createReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksRelease
> Task :CordovaLib:extractDeepLinksRelease
> Task :CordovaLib:processReleaseManifest
> Task :app:processReleaseMainManifest
> Task :app:processReleaseManifest
> Task :CordovaLib:compileReleaseLibraryResources
> Task :app:mergeReleaseResources
> Task :CordovaLib:parseReleaseLocalResources
> Task :CordovaLib:generateReleaseBuildConfig
> Task :CordovaLib:javaPreCompileRelease
> Task :app:mergeReleaseJniLibFolders
> Task :CordovaLib:processReleaseJavaRes
> Task :CordovaLib:bundleLibResRelease
> Task :CordovaLib:mergeReleaseJniLibFolders
> Task :CordovaLib:mergeReleaseNativeLibs NO-SOURCE
> Task :CordovaLib:stripReleaseDebugSymbols NO-SOURCE
> Task :CordovaLib:generateReleaseRFile
> Task :CordovaLib:copyReleaseJniLibsProjectOnly
> Task :app:mergeReleaseShaders
> Task :app:compileReleaseShaders NO-SOURCE
> Task :app:generateReleaseAssets UP-TO-DATE
> Task :CordovaLib:mergeReleaseShaders
> Task :CordovaLib:compileReleaseShaders NO-SOURCE
> Task :CordovaLib:generateReleaseAssets UP-TO-DATE
> Task :CordovaLib:packageReleaseAssets
> Task :app:mergeReleaseAssets
> Task :app:compressReleaseAssets

> Task :CordovaLib:compileReleaseJavaWithJavac

> Task :CordovaLib:bundleLibCompileToJarRelease
> Task :app:desugarReleaseFileDependencies
> Task :app:processReleaseJavaRes NO-SOURCE
> Task :app:checkReleaseDuplicateClasses
> Task :CordovaLib:bundleLibRuntimeToJarRelease
> Task :app:collectReleaseDependencies
> Task :app:mergeReleaseJavaResource
> Task :app:sdkReleaseDependencyData
> Task :app:validateSigningRelease
> Task :app:writeReleaseAppMetadata
> Task :app:writeReleaseSigningConfigVersions
> Task :app:processReleaseManifestForPackage
> Task :app:mergeReleaseNativeLibs
> Task :app:stripReleaseDebugSymbols NO-SOURCE
> Task :app:extractReleaseNativeSymbolTables NO-SOURCE
> Task :app:mergeReleaseNativeDebugMetadata NO-SOURCE
> Task :app:mergeExtDexRelease
> Task :app:processReleaseResources
> Task :app:compileReleaseJavaWithJavac
> Task :app:compileReleaseSources
> Task :app:dexBuilderRelease
> Task :app:optimizeReleaseResources
> Task :app:mergeDexRelease
> Task :app:packageRelease
> Task :app:assembleRelease
> Task :app:cdvBuildRelease

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 14s
52 actionable tasks: 52 executed
Built the following apk(s): 
	C:\Users\U\Documents\RMMZ\Project1\RPG Maker MV Cordova Builder\fog30\platforms\android\app\build\outputs\apk\release\app-release.apk
빌드 중에 오류가 발생하였습니다.
Unknown error. Please run a command called 'cordova build android' manually in your command line.

Reference

Cordova build failed with aapt2 Unknown chunk type '200'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.