开发者

Calling class within jar file android

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜