Android_adb.exe的問題整理

來源:互聯網
上載者:User

仍然使用上次產生的test工程,我是放在bin目錄下的。

在bin目錄下建立檔案test.bat檔案,內容如下:


[cpp]  @echo off 
set DIR=%~dp0 
%DIR%win32\php.exe %DIR%\lib\compile_scripts.php -zip -x main test/scripts/ test/res/test 

@echo off
set DIR=%~dp0
%DIR%win32\php.exe %DIR%\lib\compile_scripts.php -zip -x main test/scripts/ test/res/test

說下complie_scripts.php的用法:


[cpp]  usage: compile_scripts [options] dirname output_filename 
 
options: 
    -zip package to zip 
    -suffix package file extension name 
    -p prefix package name 
    -x exclude packages, eg: -x framework.server, framework.tests 
    -q quiet 
 
examples: 
 
    * packageing scripts/*.lua to res/game.zip 
    compile_scripts -zip scripts/ res/game 

usage: compile_scripts [options] dirname output_filename

options:
    -zip package to zip
    -suffix package file extension name
    -p prefix package name
    -x exclude packages, eg: -x framework.server, framework.tests
    -q quiet

examples:

    * packageing scripts/*.lua to res/game.zip
    compile_scripts -zip scripts/ res/game
注意:需要將quick-cocos2d-x\bin\win32目錄加入到系統PATH環境變數,另外過程中可能會提示缺少msvcr110.dll檔案,自己解決一下就可以了。

運行test.bat後就會在test/res目錄加產生test.zip檔案。

要調用裡面的指令碼需要在mail.lua檔案中CCLuaLoadChunksFromZip("res/framework_precompiled.zip")語句下添加一句代碼:


CCLuaLoadChunksFromZip("res/test.zip")


刪除掉原來的指令碼,注意要保留main.lua,測試一下,證明程式可以運行。

這樣指令碼就不需要加密解密了。

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.