Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 818 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 818 Bytes

rawdrawandroidexample

Example app using rawdrawandroid as a submodule. Check out rawdrawandroid here:

https://github.com/cnlohr/rawdrawandroid

Starting from no folder at all:

	# git submodule add https://github.com/cnlohr/rawdrawandroid
	# git submodule update --init --recursive
	# make my-release-key.keystore
	# cp rawdrawandroid/AndroidManifest.xml .

Now, edit the Makefile, to mimic this and edit AndroidManifest.xml with your new project name.

Be sure to make anywhere that says cnfgtest or in the case of this project rawdrawandroid now read your new project name, potentially also updating anywhere it says yourorg.

Failure to edit both the Makefile and AndroidManifest.xml will cause your project to fail.

Now, you can build your application.

	# make clean all push run