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 8241511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:51:27+00:00 2026-06-07T20:51:27+00:00

I m working on a Android Java Plugin for Unity3D. I my Android Project,

  • 0

I m working on a Android Java Plugin for Unity3D.

I my Android Project, I have a class which is not extending Activity, but i m calling a function from unity & sending current activity in it.

public class abc{    
  void init(final Activity currActivity, .. and some other params)
  {
    .....
    my code here.//
    .... .
  }    
}

I was using

currAnimation_StartAd = AnimationUtils.loadAnimation(currActivity, R.anim.slide_in_right);

to load my animation from res folder when i was extending Activity.

Now my Problem is, i can’t access res folder bcoz i m no more extending Activity.
Actually even i m not getting any compile time error on R.anim.slide_in_right.
But in runtime, Resource R.anim.slide_in_right: 0x7f040001 not found..

Is there any way to load my animations from assets folder.?

Thankx.

  • 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-07T20:51:28+00:00Added an answer on June 7, 2026 at 8:51 pm

    You can use getApplicationContext() in that case.. change your like code to

    currAnimation_StartAd =  AnimationUtils.loadAnimation(getApplicationContext(), R.anim.slide_in_right);
    

    and this should work.

    or better explained by gautam with currAnimation_StartAd = AnimationUtils.loadAnimation(currActivity.getApplicationContext, R.anim.slide_in_right);

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

Sidebar

Related Questions

I'm currently working on Mangler's Android implementation. I have a java class that looks
I'm working on Android, but this is a java question. I have an image
I am not totally new to working with the eclipse android plugin but I
I'm working on android unity3d project where I want to post some stuff to
I did the following: Create a working Android project (not a library or test
I have an Android application (java) that was working fine when compiled with the
I'm using android java plugin to call my java function in unity like this:
I got a working server in C# and a working client in Java (Android).
I'm working on an Android app native written in java and I'm getting a
I just started working with Android and I have a problem with my map.

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.