abstraction step 4
This commit is contained in:
parent
292aecfac6
commit
5b8b908819
@ -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"
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Ewol Test Application</string>
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user