首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >构建pgs4a - Linux中的错误

构建pgs4a - Linux中的错误
EN

Stack Overflow用户
提问于 2014-05-26 14:50:59
回答 1查看 532关注 0票数 0

我使用Fedora Linux

我安装了pgs4a 0.9.4,并用API-8OK更新了我的sdk,但是当我尝试使用"./android.py build /home/armando/projects/games/amh release > log_building.txt“构建时,我从我的终端获得了这个结果。

代码语言:javascript
复制
./android.py build /home/armando/projects/games/amh release install

Updating build files.

Updated project.properties
Updated local.properties
Added file ./build.xml
Updated file ./proguard-project.txt
It seems that there are sub-projects. If you want to update them
please use the --subprojects parameter.

Creating assets directory.


Packaging internal data.

Listing private ...
Listing private/lib ...
Listing private/lib/PIL ...
Listing private/lib/android ...
Compiling private/lib/android/__init__.py ...
Compiling private/lib/android/apk.py ...
Compiling private/lib/android/mixer.py ...
Listing private/lib/encodings ...
Listing private/lib/json ...
Listing private/lib/pygame ...
Listing private/lib/pygame/threads ...
Listing private/lib/sqlite3 ...
Listing /home/armando/projects/games/amh ...
Compiling /home/armando/projects/games/amh/editor.py ...
Compiling /home/armando/projects/games/amh/game.py ...
Listing /home/armando/projects/games/amh/levels ...
Listing /home/armando/projects/games/amh/levels/scores ...
Listing /home/armando/projects/games/amh/res ...
Listing /home/armando/projects/games/amh/res/icons ...
Listing /home/armando/projects/games/amh/res/sfx ...
Listing /home/armando/projects/games/amh/res/tiles ...
Compiling /home/armando/projects/games/amh/run_game.py ...
Compiling /home/armando/projects/games/amh/tile.py ...
Listing engine-private ...

I'm using Ant to build the package.

Buildfile: /home/armando/projects/pgs4a/build.xml

-check-env:
 [checkenv] Android SDK Tools Revision 22.6.3
 [checkenv] Installed at /home/armando/projects/pgs4a/android-sdk

-setup:
     [echo] Project Name: madals_amh
  [gettype] Project Type: Application

-pre-clean:

clean:
   [delete] Deleting directory /home/armando/projects/pgs4a/bin
   [delete] Deleting directory /home/armando/projects/pgs4a/gen
[getlibpath] Library dependencies:
[getlibpath] No Libraries
   [subant] No sub-builds to iterate on

-set-mode-check:

-set-release-mode:

-release-obfuscation-check:
     [echo] proguard.config is ${proguard.config}

-pre-build:

-check-env:
 [checkenv] Android SDK Tools Revision 22.6.3
 [checkenv] Installed at /home/armando/projects/pgs4a/android-sdk

-setup:
     [echo] Project Name: madalenas_mhajong-madalenas
  [gettype] Project Type: Application

-build-setup:
[getbuildtools] Using latest Build Tools: 19.1.0
     [echo] Resolving Build Target for madals_amh...
[gettarget] Project Target:   Android 4.1.2
[gettarget] API level:        16
     [echo] ----------
     [echo] Creating output directories if needed...
    [mkdir] Created dir: /home/armando/projects/pgs4a/bin
    [mkdir] Created dir: /home/armando/projects/pgs4a/bin/res
    [mkdir] Created dir: /home/armando/projects/pgs4a/bin/rsObj
    [mkdir] Created dir: /home/armando/projects/pgs4a/bin/rsLibs
    [mkdir] Created dir: /home/armando/projects/pgs4a/gen
    [mkdir] Created dir: /home/armando/projects/pgs4a/bin/classes
    [mkdir] Created dir: /home/armando/projects/pgs4a/bin/dexedLibs
     [echo] ----------
     [echo] Resolving Dependencies for madalenas_mhajong-madalenas...
[dependency] Ordered libraries:
[dependency] 
[dependency] ------------------
     [echo] ----------
     [echo] Building Libraries with 'release'...
   [subant] No sub-builds to iterate on

-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
     [echo] Handling aidl files...
     [aidl] No AIDL files to compile.
     [echo] ----------
     [echo] Handling RenderScript files...
     [echo] ----------
     [echo] Handling Resources...
     [aapt] Generating resource IDs...
     [aapt] /home/armando/projects/pgs4a/bin/AndroidManifest.xml:2: error: Error: Float         types not allowed (at 'versionCode' with value '1.0').

BUILD FAILED
/home/armando/projects/pgs4a/android-sdk/tools/ant/build.xml:653: The following error     occurred while executing this line:
/home/armando/projects/pgs4a/android-sdk/tools/ant/build.xml:698: null returned: 1

Total time: 6 seconds

The build seems to have failed.
  • 首先:如果这里有人知道如何解决这个错误,如果你能帮我的话,我会非常感激的。
  • 第二:这个论坛上的任何人都知道我如何使用我家里的sdk安装程序,我用它来编译程序,现在它对我来说很好,在我的设备中安装我的apk也没有任何问题。因此,当我命令"./android.py .“时,我需要将文件更改为apoint到我的"~/sdk”目录,而不是指向“pgs4a/android”目录。在我的壳里?

和平!侯爵

帖子:1人加入:2014年5月20日星期二上午11:47

EN

回答 1

Stack Overflow用户

发布于 2014-06-13 15:09:45

试着跑

代码语言:javascript
复制
./android.py configure directory

再次使用一个整数的版本号。

我在这里看到了pgs4a 0.9.4配置过程的视频:

v6nX-j8N4H-Pd&index=6

它在Ubuntu上运行。我在Linux上安装了很多次pgs4a,安装和构建工作进展顺利。如果你还被困住了,可以问我更多的问题。

哦,我还有一个常见问题:http://discussion.pychildren.org/t/faq-for-python-on-android-development/9

它最初是为孩子设计的,但成年人似乎更多地使用了常见问题解答。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/23872775

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档