Doe anyone know how to create a .jar file from one activity?
I don´t need anything else, just to create a .jar from the Activity class itself (I don’t need the .xml file).
is it possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You can create a new Android project which contains a class like:
Be sure to create ONLY a class, no Android Activity. Then you can export a jar file of it.