ndktest

diff AndroidManifest.xml @ 1:fe78cf853157

fixed the build files
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 24 Apr 2015 03:20:17 +0300
parents 1310df7cdf25
children
line diff
     1.1 --- a/AndroidManifest.xml	Thu Apr 23 20:54:02 2015 +0300
     1.2 +++ b/AndroidManifest.xml	Fri Apr 24 03:20:17 2015 +0300
     1.3 @@ -6,13 +6,13 @@
     1.4  
     1.5  	<uses-sdk android:minSdkVersion="9"/>
     1.6  
     1.7 -	<application android:label="@string/app_name"
     1.8 +	<application android:label="app-newtest"
     1.9  			android:hasCode="false"
    1.10 -			android:debuggable="true"
    1.11 -			android:icon="@drawable/ic_launcher">
    1.12 +			android:debuggable="true">
    1.13 +			<!-- android:icon="@drawable/ic_launcher" -->
    1.14  
    1.15  		<activity android:name="android.app.NativeActivity"
    1.16 -			android:label="@string/app_name">
    1.17 +			android:label="New NDK Test">
    1.18  
    1.19  			<meta-data android:name="android.app.lib_name" android:value="ndktest"/>
    1.20