In Android (after building), we find in the bin folder a file of extension .apk.
In my BlackBerry project, I cannot find something like the apk, and I want to know what is the extension for BlackBerry Java apps?
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.
For BlackBerry, there’s more than one way to build an app. If you’re using one of the common tools to build (e.g. BlackBerry Plug-In for Eclipse, or the Legacy RIM JDE), they will generally build both.
A .cod file is basically RIM’s version of a .zip file, that contains the entire app. Usually, the .cod file, when unpacked, contains many more smaller .cod files inside it. This is probably the closest thing to the .apk file for Android.
Alternately, you can install apps Over-The-Air (OTA), by using a Java application descriptor (.jad) file, which is a small text file that references the main binary app bundle. Here’s an example of a jad file:
When you build with the Eclipse plug-in, I believe the default is to produce all these files under the deliverables directory inside your main project directory, with subdirectories under that depending on what kind of app you’re building, and which OS version you’re targeting. For example: