开发者

Calling class within jar file android

开发者 https://www.devze.com 2023-04-10 06:23 出处:网络
I create jar file containing two classes. Here I want to call the second class with the first class inside jar.

I create jar file containing two classes. Here I want to call the second class with the first class inside jar.

I use intent but it force close when implement these jar to another application. I provide permission in manifest too.

Intent intent开发者_如何学Python=new Intent(this,view.class);
startActivityForResult(intent,0);

this is my code

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号