Skip to content

Commit

Permalink
v3.6.6.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyYuer committed Aug 31, 2022
1 parent eec765d commit 3cd0e06
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@

=== 准备 ===

1. 下载Android端源码并解压
[下载](https://github.com/SunnyEric/NetHack-Android/archive/Android-cn.zip)
下载NetHack源码并解压
[下载](https://github.com/SunnyEric/NetHack-cn/archive/NetHack-Android.zip)
1. 下载本项目master分支源码并解压,并下载NetHack的安卓端源码并解压
[下载](https://github.com/SunnyYuer/NetHack-cn/archive/refs/heads/NetHack-Android.zip)

2. 将Android-cn/android目录整个复制进NetHack-Android/NetHack/sys/目录下
2. 将本项目的android目录整个复制进NetHack-Android/NetHack/sys/目录下

3. 在linux中安装ndk
https://developer.android.google.cn/ndk/downloads/
3. 在linux中安装ndk-r19c

4. 安装Android Studio

Expand All @@ -37,10 +34,10 @@ https://developer.android.google.cn/ndk/downloads/

1. 打开Android Studio
2. 选导入Eclipse ADT工程,选择NetHack-Android/NetHack/sys/android目录
3. 工程结构里,选择编译SDK版本,目标SDK版本,最小SDK版本
3. 工程结构里,选择编译SDK版本,目标SDK版本28,最小SDK版本7
4. 生成签名的APK,勾选签名版本V1和V2

##问题反馈或建议
* 百度贴吧http://tieba.baidu.com/p/4720022918
* [Github Issues](https://github.com/SunnyEric/NetHack-Android/issues)
* [Github Issues](https://github.com/SunnyYuer/NetHack-Android/issues)
* 邮箱[email protected]
5 changes: 2 additions & 3 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yuer.NetHack"
android:versionCode="26"
android:versionName="3.6.1.2-5"
android:versionCode="28"
android:versionName="3.6.6.1-2"
android:installLocation="auto">
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>

<application
android:label="迷宫骇客"
Expand Down
2 changes: 1 addition & 1 deletion android/assets/ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
100
102
4 changes: 1 addition & 3 deletions android/res/values/credits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ Modified by gurr</p>
Modified by Brendan Dwyer</p>
<p><br/><br/><h2>安卓汉化</h2>
<i>by Yuer,SuperWangCC</i><br/>
<i>by Yuer,SuperWangCC,秋明,狼狼</i><br/>
<a href="https://github.com/SunnyYuer/NetHack-Android">https://github.com/SunnyYuer/NetHack-Android</a><br/>
帮助文档的汉化参考了kralcyor的Guidebook翻译,见<br/>
<a href="http://pan.baidu.com/s/1jGCUMA6">http://pan.baidu.com/s/1jGCUMA6</a><br/>
最后谢谢大家的支持和翻译建议<br/>
</p>
]]>
Expand Down

0 comments on commit 3cd0e06

Please sign in to comment.