Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by ftujftuftu · Nov 19, 2012 at 11:16 AM · androidrunactivity

Run again activity Android Plugin

Hi, I have a problem with my Android Plugin.

I have the call for my activity:

 using (AndroidJavaClass cls_UnityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer")) {
 
             using (AndroidJavaObject obj_Activity = cls_UnityPlayer.GetStatic<AndroidJavaObject>("currentActivity")) {
 
                 AndroidJavaClass cls_CompassActivity = new AndroidJavaClass("com.radaee.reader.PuenteUnityAndroidPlugin");
 
                 cls_CompassActivity.CallStatic("Init", obj_Activity, ruta);
 
             }
 
         }

In Android I have this:

 public class PuenteUnityAndroidPlugin extends UnityPlayerActivity
 {
      @Override
         public void onCreate(Bundle savedInstanceState) {
             super.onCreate(savedInstanceState);
         }
 
 
     public static void Init(Activity currentActivity, String pathUnity)
     {
 
         Intent intent = new Intent(currentActivity, PDFReaderAct.class);
         intent.putExtra("path", pathUnity);
         currentActivity.startActivity(intent);
 
     }
 
 }


The intent works perfect but when I close the PDFReaderAct with finish(), I can't open again.

I just can open once the PDFReaderAct. When I try open again, this crash, and Log says:

11-19 12:10:06.175: E/AndroidRuntime(8489): FATAL EXCEPTION: main 11-19 12:10:06.175: E/AndroidRuntime(8489): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.cuevadigital.rs/com.radaee.reader.PDFReaderAct}: java.lang.NullPointerException 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2194) 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2229) 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.app.ActivityThread.access$600(ActivityThread.java:139) 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1261) 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.os.Handler.dispatchMessage(Handler.java:99) 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.os.Looper.loop(Looper.java:154) 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.app.ActivityThread.main(ActivityThread.java:4945) 11-19 12:10:06.175: E/AndroidRuntime(8489): at java.lang.reflect.Method.invokeNative(Native Method) 11-19 12:10:06.175: E/AndroidRuntime(8489): at java.lang.reflect.Method.invoke(Method.java:511) 11-19 12:10:06.175: E/AndroidRuntime(8489): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784) 11-19 12:10:06.175: E/AndroidRuntime(8489): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) 11-19 12:10:06.175: E/AndroidRuntime(8489): at dalvik.system.NativeStart.main(Native Method) 11-19 12:10:06.175: E/AndroidRuntime(8489): Caused by: java.lang.NullPointerException 11-19 12:10:06.175: E/AndroidRuntime(8489): at com.radaee.reader.PDFReaderAct.onCreate(PDFReaderAct.java:137) 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.app.Activity.performCreate(Activity.java:4531) 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1071) 11-19 12:10:06.175: E/AndroidRuntime(8489): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2150)

Can you help me?

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

9 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Restarting UnityPlayer inside of Android activity 0 Answers

A node in a childnode? 1 Answer

Unity / QCAR Activity on Android 1 Answer

will unity run on the android browser 2 Answers

How to get Native Activity of Unity in Android NDK? 2 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges