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

  • Home
  • SEARCH
  • 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 6337117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:11:28+00:00 2026-05-24T19:11:28+00:00

I am trying to build one of the RenderScript examples in the android/sdk/samples. I’ve

  • 0

I am trying to build one of the RenderScript examples in the android/sdk/samples.
I’ve tried HelloWorld and Balls examples, but the application is force closing


05-11 15:25:44.670: WARN/bcc(14985): Unable to open /data/data/com.android.rs.helloworld/cache/@com.android.rs.helloworld:raw@helloworld.oBCC in read mode.  (reason: No such file or directory)
05-11 15:25:44.670: ERROR/bcc(14985): Unable to readBC, bitcode=0x17d3f8, size=1068
05-11 15:25:44.670: DEBUG/StopWatch(14985): StopWatch bcc: PrepareExecutable time (us): 1551 
05-11 15:25:44.670: ERROR/RenderScript(14985): bcc: FAILS to prepare executable
05-11 15:25:44.670: DEBUG/RenderScript(14985): >>>> ~ScriptC  bccDisposeScript(0x17d8f0)
05-11 15:25:44.670: ERROR/RenderScript(14985): rsAssert failed: !mUserRefCount, in frameworks/base/libs/rs/rsObjectBase.cpp at 63
05-11 15:25:44.670: DEBUG/AndroidRuntime(14985): Shutting down VM
05-11 15:25:44.670: WARN/dalvikvm(14985): threadid=1: thread exiting with uncaught exception (group=0x4017e760)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985): FATAL EXCEPTION: main
05-11 15:25:44.680: ERROR/AndroidRuntime(14985): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.rs.helloworld/com.android.rs.helloworld.HelloWorld}: android.renderscript.RSRuntimeException: Loading of ScriptC script failed.
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1736)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1752)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.app.ActivityThread.access$1500(ActivityThread.java:123)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:993)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.os.Handler.dispatchMessage(Handler.java:99)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.os.Looper.loop(Looper.java:126)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.app.ActivityThread.main(ActivityThread.java:3997)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at java.lang.reflect.Method.invokeNative(Native Method)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at java.lang.reflect.Method.invoke(Method.java:491)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at dalvik.system.NativeStart.main(Native Method)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985): Caused by: android.renderscript.RSRuntimeException: Loading of ScriptC script failed.
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.renderscript.ScriptC.(ScriptC.java:60)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at com.android.rs.helloworld.ScriptC_helloworld.(ScriptC_helloworld.java:32)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at com.android.rs.helloworld.HelloWorldRS.initRS(HelloWorldRS.java:46)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at com.android.rs.helloworld.HelloWorldRS.init(HelloWorldRS.java:37)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at com.android.rs.helloworld.HelloWorldView.ensureRenderScript(HelloWorldView.java:44)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at com.android.rs.helloworld.HelloWorldView.(HelloWorldView.java:33)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at com.android.rs.helloworld.HelloWorld.onCreate(HelloWorld.java:33)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1700)
05-11 15:25:44.680: ERROR/AndroidRuntime(14985):     ... 11 more
05-11 15:25:44.680: WARN/ActivityManager(130):   Force finishing activity com.android.rs.helloworld/.HelloWorld

I am attempting to build on the Xoom running 3.0.1.
Can anyone please confirm if you are able to install a RenderScript example?

Thank you.

  • 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-05-24T19:11:29+00:00Added an answer on May 24, 2026 at 7:11 pm

    There was an acknowledged problem with the compiler that prevented any of the samples from running. It was addressed here.

    The workaround provided by the android team is to replace your platform-tools directory with the one from a previous release which uses the compiler from 3.0.

    This fix worked for me.

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

Sidebar

Related Questions

I'm trying to build a multi model form - but one of the issues,
I'm trying to build two webservices with WCF (VS2010). One webservice runs fine, but
I'm trying build a method which returns the shortest path from one node to
I am trying to build my own little toolbox for Vista. One of the
I have a site I'm trying to build and I've hit one little snag
Trying to get MGTwitterEngine app to build. Getting one pesky error. The following ERROR.
Trying to build a GUI application in Java/Swing. I'm mainly used to painting GUIs
I am trying build a DataTable one row at a time using the following
I am trying to build (csharp) one webservice /WCF engine that make two actions:
I'm trying to build a way of mapping from one type to another, knwoing

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.