kone
포팅 연구소
포팅 연구소

APK Easy tool을 이용한 포팅 방법에서의 Step 2 : Asset 준비 다른 방법

05/18/2025, 04:42:35
정보
629 views · 0 likes

RPG MV Base/res/values/strings.xml 항목에서


    <string name="mv_project_index">//android_asset/www/index.html</string>


항목을


    <string name="mv_project_index">//android_asset/index.html</string>


위와 같이 변경해주면 됩니다.

0
0 comments