hi i am a new android developer. When i am searching for a logic related to my app in google, i found a java application which is related to my android app. After making some changes i succeded in getting output, but i need the code to be in an android based project. When i change to convert it i get lot of errors, is there any possible way to convert the java application into an android app by including any external jar file….. The java application is just a part of my android app, based on that i have to develop more so pls help me….
thanx in Advance
If you intend to include external Java code via .jar files, that is supported in Android. Just put the file into the
libs/directory of your Android project and use the classes as you would somewhere else.