How can I combine two android project -
I am using eclipse, and I have two Android projects that have different topics i and I want to join these projects. I am I mean, I want to run an Android project from the other.
I tried to refer to one project to another, and then run but this does not work. Apart from this I have seen the related questions and answers but it also does not work.
Thank you
According to Beniskaggan, I edit my content:
Sample code is like starting an activity to call different projects Is:
intended intent = new intent (this, FBFeedActivity.class); StartActivityForResult (intent, MESSAGEPUBLISHED);
and XML code:
& lt; Activity Android: name = "com ... fbconnect.FBFeedActivity" />
I have created 3 test projects to look at this code. Two of them are Android projects and one of them is Java Project. This works when I use this code with the Android project and the Java project. However, when I try with two Android projects, I get these errors: It says that the class can not be searched, but it is there, and I did the same.
08-03 14:37: 23.803: error / dalvikvm (1131): Could not find the class 'com.androidref.ReferenceAndroidSub', referenced in android.reference.ReferenceAndroidMain.onCreateOptionsMenu 08- 03 14: 37: 23.823: Error / AndroidRuntime (1131): Uncaught Handler: 37: 23.873: Error / AndroidRuntime (1131): java.lang.VerifyError: android.reference.ReferenceAndroidMain 08-03-14: 37: 23.873: Error / AndroidRuntime (1131) Exception Exception 08-03 14 Exiting Main Thread: Java.lang.Class.newInstanceImpl (Original Method) 08-03 14: 37: 23.873: Error / AndroidTime (1131): java. At lang.Class.newInstance (Class.Java14772) 08-03 14:37: 23.873: Error / AndroidRuntime (1131): 37 :: 23.873: Error / AndroidRuntime (1131): android.app.ActivityThread.performLaunchActivity (ActivityTh android.app.Instrumentation.newActivity (Instrumentation.java:1097) 08-03 14 read.javaXX316) 08-03-14: 37: 23.873 : Error / AndroidRuntime (1131): android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2417) 08-03-14: 37: 23.873: Error / AndroidRuntime (1131): android.app.ActivityThread.access $ 2100 (ActivityThread .java: 116) on 08-03 14: 37: 23.873: error / AndroidRuntime (1131): android.app.ActivityThread $ H.handleMessage (at ActivityThread.java: 1794) 08-03-14: 37: 23.873: error / Android Rendime (1131): Android. On. Handler Disk patchmail (handler. Java: 99) 08-03-14: 37: 23.873: error / androidtime (1131): on Android.os.Looper.loop (Looper.java:123) 08-03-14: 37: 23.873: error / AndroidTime (1131): Android. App ActivateTrade.Mine (ActivitySteh.JavaCopy 203) 08-03-14: 37: 23.873: Error / Android Random (1131): (original method) on java.lang.reflect.Method.invokeNative 08-03-14: 37: 23.873: Error / AndroidTime (1131): On java.lang.reflect.method Call (method java 121) 08-03 14: 37: 23.873: error / Android rental (1131): init $ MethodAndArgsCaller.run at com.android.internal.os.Zygote (ZygoteInit.java:791) 08-03 14 : 37: 23.873: Error / Android Time (1131): com.android.internal.os.ZygoteInit.main (ZeGotinT.jv 4949) 08-03-14: 37: 23.873: Error / AndroidRuntime (1131): 37 :: 23.903 : Error / dalvikvm (1131): 'unable to open stack trace file' / data dalvik.system.NativeStart.main (Native Method) 08/14/2014 at /anr/traces.txt ': Permission denied
If you no longer download official Es, how two projects that you see are connected to each other.
Comments
Post a Comment