Eclipse Android項(xiàng)目開發(fā)完成以后就要將android項(xiàng)目文件打包成apk文件,并最終下載到真機(jī)上運(yùn)行 。
打包程序時(shí),系統(tǒng)要求使用數(shù)字證書。如果沒有數(shù)字證書,我們選擇"Create new keystore"新創(chuàng)建一個(gè)證書庫,單擊"Browse…"按鈕選擇證書庫將要保存的位置并填入.
android固件解包打包工具怎么用
android固件解包打包工具使用方法
1、請(qǐng)把固件和本工具包放在NTFS分區(qū)里使用;
2、解包方法:把名為N5_update.img的固件和本工具包放在同一目錄下,點(diǎn)擊“固件解包.bat”后按提示操作。
3、打包方法:按城點(diǎn)擊“固件打包(開ROOT).bat”或“固件打包(不開ROOT).bat”后按提示操作,打包完成后在工具包目錄生成update.img。
4、刷開啟ROOT的固件后,桌面會(huì)增加一個(gè)“授權(quán)管理”的圖標(biāo)。
5、在Windows XP 下測試通過。
android固件如何打包
android固件打包的方法
步驟一:
新建文件夾lib,將jar 包放入。
步驟二:
關(guān)聯(lián)JAR包,如下圖:
步驟三,使用JAR包:
如下代碼:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:gif="http://schemas.android.com/apk/res/com.terry.jarTest"
android:id="@+id/layout" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_height="fill_parent">
<Button android:text="停止" android:id="@+id/Button01"
android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
<Button android:text="開始" android:id="@+id/Button02"
android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
<com.terry.gif.TypegifView
android:layout_width="fill_parent" android:id="@+id/gifView1"
gif:stop="true" android:layout_height="wrap_content"
gif:delay="1"></com.terry.gif.TypegifView>
</LinearLayout>
有一個(gè)不好的就是如果你項(xiàng)目中存在使用屬性,必須也把屬性一起復(fù)制到你要使用的項(xiàng)目中,要不然會(huì)識(shí)別不了。
- PC官方版
- 安卓官方手機(jī)版
- IOS官方手機(jī)版