abstraction step 4

This commit is contained in:
Edouard Dupin 2011-12-14 14:17:22 +01:00
parent 292aecfac6
commit 5b8b908819
4 changed files with 3 additions and 7 deletions

View File

@ -3,7 +3,7 @@
package="com.heeroyui.ewoldrawerpackage"
android:versionCode="1"
android:versionName="1.0">
<application android:label="@string/app_name">
<application android:label="Ewol Drawer">
<!--android:hasCode="false"-->
<!-- classpath-->
<activity android:name=".ewoldrawer"

View File

@ -39,7 +39,7 @@ all:
install: all
#$(PROJECT_SDK)/platform-tools/adb kill-server
# install application
sudo $(PROJECT_SDK)/platform-tools/adb install -r ./bin/EwolActivity-debug.apk
sudo $(PROJECT_SDK)/platform-tools/adb install -r ./bin/$(PROJECT_NAME)-debug.apk
clean:
rm -rf bin libs gen obj

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="EwolActivity" default="help">
<project name="ewoldrawer" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Ewol Test Application</string>
</resources>