• Willkommen im Geoclub - dem größten deutschsprachigen Geocaching-Forum. Registriere dich kostenlos, um alle Inhalte zu sehen und neue Beiträge zu erstellen.

about cachebox trunk

Status
Für weitere Antworten geschlossen.

ahmadii

Geocacher
Hi all,
i have downloaded svn trunk folder
the question is , what are these folders used for?
Android_GUI, Cachebox Core, Cachebox Core Test
i want to compile droidcachebox my self!
thanks
 

Longri

Geoguru
The Core Project implements all native code for CB.

The Core Test project implements automatic test for the Core and you don’t need this for compile CB.

The Ui project implements the UI for Android.

If you want create an APK, you need Core and UI project.
 
OP
A

ahmadii

Geocacher
thanks
i have done the same
every thing was good
i deleted some classes (i.e: Waypoint,..)
now i have some errors

this is the output of logcat
Code:
01-14 16:53:22.729: E/AndroidRuntime(18098): FATAL EXCEPTION: main
01-14 16:53:22.729: E/AndroidRuntime(18098): java.lang.RuntimeException: Unable to start activity ComponentInfo{de.droidcachebox/de.droidcachebox.splash}: java.lang.NullPointerException
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1651)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at android.app.ActivityThread.access$1500(ActivityThread.java:117)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at android.os.Handler.dispatchMessage(Handler.java:99)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at android.os.Looper.loop(Looper.java:130)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at android.app.ActivityThread.main(ActivityThread.java:3687)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at java.lang.reflect.Method.invokeNative(Native Method)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at java.lang.reflect.Method.invoke(Method.java:507)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at dalvik.system.NativeStart.main(Native Method)
01-14 16:53:22.729: E/AndroidRuntime(18098): Caused by: java.lang.NullPointerException
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at de.droidcachebox.splash.onCreate(splash.java:133)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
01-14 16:53:22.729: E/AndroidRuntime(18098): 	... 11 more
i don't know how to solve it!
 
Status
Für weitere Antworten geschlossen.
Oben