Skip to content

Commit 88cf1c3

Browse files
author
laht
committed
Hopefully fixed android project
1 parent 70e40c9 commit 88cf1c3

19 files changed

+177
-103
lines changed

JOpenShowVar-android/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="gen"/>
43
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
66
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
77
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
8-
<classpathentry exported="true" kind="lib" path="C:/GITRepo/GitHub/mechlab/JOpenShowVar/JOpenShowVar-core/dist/JOpenShowVar-core.jar"/>
8+
<classpathentry kind="lib" path="libs/JOpenShowVar-core.jar"/>
99
<classpathentry kind="output" path="bin/classes"/>
1010
</classpath>
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
eclipse.preferences.version=1
2-
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
32
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
4-
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
53
org.eclipse.jdt.core.compiler.compliance=1.6
6-
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7-
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8-
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9-
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10-
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
114
org.eclipse.jdt.core.compiler.source=1.6
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="no.hials"
3+
package="no.hials.crosscom.android"
44
android:versionCode="1"
55
android:versionName="1.0" >
6-
7-
86

97
<uses-sdk
108
android:minSdkVersion="18"
119
android:targetSdkVersion="19" />
10+
11+
<uses-permission android:name="android.permission.INTERNET" />
12+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
1213

13-
<uses-permission android:name="android.permission.INTERNET" />
14-
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
15-
16-
<application
14+
<application
1715
android:allowBackup="true"
1816
android:icon="@drawable/ic_launcher"
1917
android:label="@string/app_name"
2018
android:theme="@style/AppTheme" >
2119
<activity
22-
android:name="no.hials.MainActivity"
20+
android:name="no.hials.crosscom.android.MainActivity"
2321
android:label="@string/app_name"
2422
android:screenOrientation="portrait">
2523
<intent-filter>
@@ -30,4 +28,4 @@
3028
</activity>
3129
</application>
3230

33-
</manifest>
31+
</manifest>
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="no.hials"
3+
package="no.hials.crosscom.android"
44
android:versionCode="1"
55
android:versionName="1.0" >
6-
7-
86

97
<uses-sdk
108
android:minSdkVersion="18"
119
android:targetSdkVersion="19" />
10+
11+
<uses-permission android:name="android.permission.INTERNET" />
12+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
1213

13-
<uses-permission android:name="android.permission.INTERNET" />
14-
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
15-
16-
<application
14+
<application
1715
android:allowBackup="true"
1816
android:icon="@drawable/ic_launcher"
1917
android:label="@string/app_name"
2018
android:theme="@style/AppTheme" >
2119
<activity
22-
android:name="no.hials.MainActivity"
20+
android:name="no.hials.crosscom.android.MainActivity"
2321
android:label="@string/app_name"
2422
android:screenOrientation="portrait">
2523
<intent-filter>
@@ -30,4 +28,4 @@
3028
</activity>
3129
</application>
3230

33-
</manifest>
31+
</manifest>
-480 Bytes
Binary file not shown.

JOpenShowVar-android/bin/classes.dex

-1.01 KB
Binary file not shown.
17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)