Skip to content

Commit f3a3e69

Browse files
committed
added the project from existing code
1 parent 06a0d6b commit f3a3e69

File tree

75 files changed

+1121
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1121
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

Android/.classpath

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
8+
<classpathentry kind="output" path="bin/classes"/>
9+
</classpath>

Android/.cproject

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?fileVersion 4.0.0?>
3+
4+
<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
5+
<storageModule moduleId="org.eclipse.cdt.core.settings">
6+
<cconfiguration id="com.android.toolchain.gcc.674164328">
7+
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.android.toolchain.gcc.674164328" moduleId="org.eclipse.cdt.core.settings" name="Default">
8+
<externalSettings/>
9+
<extensions>
10+
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
11+
<extension id="org.eclipse.cdt.errorparsers.xlc.XlcErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
12+
<extension id="org.eclipse.cdt.core.VCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
13+
<extension id="org.eclipse.cdt.autotools.core.ErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
14+
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
15+
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
16+
<extension id="org.eclipse.cdt.core.MakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
17+
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
18+
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
19+
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
20+
</extensions>
21+
</storageModule>
22+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
23+
<configuration artifactName="${ProjName}" buildProperties="" description="" id="com.android.toolchain.gcc.674164328" name="Default" parent="org.eclipse.cdt.build.core.emptycfg">
24+
<folderInfo id="com.android.toolchain.gcc.674164328.975068266" name="/" resourcePath="">
25+
<toolChain id="com.android.toolchain.gcc.1294066524" name="com.android.toolchain.gcc" superClass="com.android.toolchain.gcc">
26+
<targetPlatform binaryParser="org.eclipse.cdt.core.ELF" id="com.android.targetPlatform.220917480" isAbstract="false" superClass="com.android.targetPlatform"/>
27+
<builder id="com.android.builder.1653961055" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Android Builder" superClass="com.android.builder"/>
28+
<tool id="com.android.gcc.compiler.228461109" name="Android GCC Compiler" superClass="com.android.gcc.compiler">
29+
<inputType id="com.android.gcc.inputType.1942877198" superClass="com.android.gcc.inputType"/>
30+
</tool>
31+
</toolChain>
32+
</folderInfo>
33+
</configuration>
34+
</storageModule>
35+
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
36+
</cconfiguration>
37+
</storageModule>
38+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
39+
<project id="HelloCpp.null.993292502" name="HelloCpp"/>
40+
</storageModule>
41+
<storageModule moduleId="scannerConfiguration">
42+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
43+
</storageModule>
44+
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
45+
</cproject>

Android/.project

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>HelloCpp</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
10+
<triggers>clean,full,incremental,</triggers>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
<buildCommand>
15+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
<buildCommand>
20+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
21+
<arguments>
22+
</arguments>
23+
</buildCommand>
24+
<buildCommand>
25+
<name>org.eclipse.jdt.core.javabuilder</name>
26+
<arguments>
27+
</arguments>
28+
</buildCommand>
29+
<buildCommand>
30+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
31+
<arguments>
32+
</arguments>
33+
</buildCommand>
34+
<buildCommand>
35+
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
36+
<triggers>full,incremental,</triggers>
37+
<arguments>
38+
</arguments>
39+
</buildCommand>
40+
</buildSpec>
41+
<natures>
42+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
43+
<nature>org.eclipse.jdt.core.javanature</nature>
44+
<nature>org.eclipse.cdt.core.cnature</nature>
45+
<nature>org.eclipse.cdt.core.ccnature</nature>
46+
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
47+
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
48+
</natures>
49+
<linkedResources>
50+
<link>
51+
<name>jni/CPP</name>
52+
<type>2</type>
53+
<location>/Users/ademar/gits/testes/DosesCpp/HelloCpp/CPP</location>
54+
</link>
55+
</linkedResources>
56+
</projectDescription>

Android/AndroidManifest.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="la.jurema.doses.hellocpp"
4+
android:versionCode="1"
5+
android:versionName="1.0" >
6+
7+
<uses-sdk
8+
android:minSdkVersion="17"
9+
android:targetSdkVersion="17" />
10+
11+
<application
12+
android:allowBackup="true"
13+
android:icon="@drawable/ic_launcher"
14+
android:label="@string/app_name"
15+
android:theme="@android:style/Theme.Holo.Light.DarkActionBar" >
16+
<activity
17+
android:name="la.jurema.doses.hellocpp.MainActivity"
18+
android:label="@string/app_name" >
19+
<intent-filter>
20+
<action android:name="android.intent.action.MAIN" />
21+
22+
<category android:name="android.intent.category.LAUNCHER" />
23+
</intent-filter>
24+
</activity>
25+
</application>
26+
27+
</manifest>

Android/bin/AndroidManifest.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="la.jurema.doses.hellocpp"
4+
android:versionCode="1"
5+
android:versionName="1.0" >
6+
7+
<uses-sdk
8+
android:minSdkVersion="17"
9+
android:targetSdkVersion="17" />
10+
11+
<application
12+
android:allowBackup="true"
13+
android:icon="@drawable/ic_launcher"
14+
android:label="@string/app_name"
15+
android:theme="@android:style/Theme.Holo.Light.DarkActionBar" >
16+
<activity
17+
android:name="la.jurema.doses.hellocpp.MainActivity"
18+
android:label="@string/app_name" >
19+
<intent-filter>
20+
<action android:name="android.intent.action.MAIN" />
21+
22+
<category android:name="android.intent.category.LAUNCHER" />
23+
</intent-filter>
24+
</activity>
25+
</application>
26+
27+
</manifest>

Android/bin/HelloCpp.apk

884 KB
Binary file not shown.

Android/bin/classes.dex

540 KB
Binary file not shown.
357 Bytes
Binary file not shown.
1.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)