Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9149811
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:31:40+00:00 2026-06-17T11:31:40+00:00

I used this tutorial to get Eclipse, Scala and Android up and running: http://scala-ide.org/docs/tutorials/androiddevelopment/index.html

  • 0

I used this tutorial to get Eclipse, Scala and Android up and running:
http://scala-ide.org/docs/tutorials/androiddevelopment/index.html

I also took the example source code of this webpage (delete MainActivity.java – created MainActivity.scala).

Running the application, I get error messages:

01-15 18:14:06.740: I/dalvikvm(27536): Failed resolving Lcom/test/helloworldscala/MainActivity; interface 540 'Lscala/ScalaObject;'
01-15 18:14:06.740: W/dalvikvm(27536): Link of class 'Lcom/test/helloworldscala/MainActivity;' failed
01-15 18:14:06.740: D/AndroidRuntime(27536): Shutting down VM
01-15 18:14:06.740: W/dalvikvm(27536): threadid=1: thread exiting with uncaught exception (group=0x415fd2a0)
01-15 18:14:06.740: E/AndroidRuntime(27536): FATAL EXCEPTION: main
01-15 18:14:06.740: E/AndroidRuntime(27536): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.test.helloworldscala/com.test.helloworldscala.MainActivity}: java.lang.ClassNotFoundException: com.test.helloworldscala.MainActivity
01-15 18:14:06.740: E/AndroidRuntime(27536):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2024)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2125)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at android.app.ActivityThread.access$600(ActivityThread.java:140)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1227)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at android.os.Handler.dispatchMessage(Handler.java:99)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at android.os.Looper.loop(Looper.java:137)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at android.app.ActivityThread.main(ActivityThread.java:4898)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at java.lang.reflect.Method.invokeNative(Native Method)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at java.lang.reflect.Method.invoke(Method.java:511)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1006)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:773)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at dalvik.system.NativeStart.main(Native Method)
01-15 18:14:06.740: E/AndroidRuntime(27536): Caused by: java.lang.ClassNotFoundException: com.test.helloworldscala.MainActivity
01-15 18:14:06.740: E/AndroidRuntime(27536):    at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at android.app.Instrumentation.newActivity(Instrumentation.java:1057)
01-15 18:14:06.740: E/AndroidRuntime(27536):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2015)
01-15 18:14:06.740: E/AndroidRuntime(27536):    ... 11 more

Does anyone know what’s wrong here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T11:31:40+00:00Added an answer on June 17, 2026 at 11:31 am

    I had to use a nightly build of the Scala-IDE with Scala 2.10., then it works perfectly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've used the exact files from this tutorial: http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/ The ideea is to submit
I used this tutorial: http://www.helloandroid.com/tutorials/connecting-mysql-database This is performing awesome. But I got this name
I've installed the Android SDK using this tutorial http://www.youtube.com/watch?v=xDjkHJVC0R0 and i used a different
I used this tutorial to rename a view controller http://iosdeveloperzone.com/2011/05/14/how-to-rename-a-class-using-refactoring-in-xcode-4/ Basically just switch to
I made a twitter integration to my android app. I used this great tutorial,
I have used this code (kind of tutorial) at http://code.google.com/p/gwt-examples/wiki/gwt_hmtl5 ... In this code,
I have been following this tutorial, online http://ruby.railstutorial.org/chapters/sign-in-sign-out?version=3.2#top and in part 8.2.3 there is
I'm new to Yii. I used this tutorial: http://www.yiiframework.com/wiki/328/simple-rbac/ to make admin role working.
This is my first time creating a WP template. I used this tutorial: http://themeshaper.com/2012/10/22/the-themeshaper-wordpress-theme-tutorial-2nd-edition/
I used this tutorial to create a basic Javascript function for implementing change during

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.