Note that there are some explanatory texts on larger screens.

plurals
  1. POIoshed 2012 HomeActivity.class not found
    primarykey
    data
    text
    <p>I got sources to explore <a href="http://code.google.com/p/iosched/" rel="nofollow">http://code.google.com/p/iosched/</a>. I haven't changed anything in manifest or code, so:</p> <pre><code>&lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.google.android.apps.iosched" .... &lt;uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/&gt; .... &lt;activity android:name=".ui.HomeActivity" android:label="@string/app_name" android:theme="@style/Theme.Iosched.Home"&gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; </code></pre> <p>I built the project and installed on several devices(gb,icm). When launched it says:</p> <blockquote> <p>06-03 14:51:40.457: E/AndroidRuntime(1442): FATAL EXCEPTION: main 06-03 14:51:40.457: E/AndroidRuntime(1442): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.google.android.apps.iosched/com.google.android.apps.iosched.ui.HomeActivity}: java.lang.ClassNotFoundException: com.google.android.apps.iosched.ui.HomeActivity 06-03 14:51:40.457: E/AndroidRuntime(1442): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1983) 06-03 14:51:40.457: E/AndroidRuntime(1442): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084) 06-03 14:51:40.457: E/AndroidRuntime(1442): at android.app.ActivityThread.access$600(ActivityThread.java:130) 06-03 14:51:40.457: E/AndroidRuntime(1442): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195) 06-03 14:51:40.457: E/AndroidRuntime(1442): at android.os.Handler.dispatchMessage(Handler.java:99) 06-03 14:51:40.457: E/AndroidRuntime(1442): at android.os.Looper.loop(Looper.java:137) 06-03 14:51:40.457: E/AndroidRuntime(1442): at android.app.ActivityThread.main(ActivityThread.java:4745) 06-03 14:51:40.457: E/AndroidRuntime(1442): at java.lang.reflect.Method.invokeNative(Native Method) 06-03 14:51:40.457: E/AndroidRuntime(1442): at java.lang.reflect.Method.invoke(Method.java:511) 06-03 14:51:40.457: E/AndroidRuntime(1442): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786) 06-03 14:51:40.457: E/AndroidRuntime(1442): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) 06-03 14:51:40.457: E/AndroidRuntime(1442): at dalvik.system.NativeStart.main(Native Method) 06-03 14:51:40.457: E/AndroidRuntime(1442): Caused by: java.lang.ClassNotFoundException: com.google.android.apps.iosched.ui.HomeActivity 06-03 14:51:40.457: E/AndroidRuntime(1442): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61) 06-03 14:51:40.457: E/AndroidRuntime(1442): at java.lang.ClassLoader.loadClass(ClassLoader.java:501) 06-03 14:51:40.457: E/AndroidRuntime(1442): at java.lang.ClassLoader.loadClass(ClassLoader.java:461) 06-03 14:51:40.457: E/AndroidRuntime(1442): at android.app.Instrumentation.newActivity(Instrumentation.java:1053) 06-03 14:51:40.457: E/AndroidRuntime(1442): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1974) 06-03 14:51:40.457: E/AndroidRuntime(1442): ... 11 more</p> </blockquote> <p>"java.lang.ClassNotFoundException:com.google.android.apps.iosched.ui.HomeActivity" It seems weird since the class is present.</p> <p>Could you suggest anything?</p> <p>ps I tried to clean and fix properties but in vain.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload