it´s me again... I made an app it is very simple and it works in the emulator but I want to install it in my movil I need the .jad and the .jar files and I don´t find them. It could be because the pakage name ? because when i created the proyect the espace was empty and in your video it says "org.me.androidapplication27" and I have this message "Library project: do not package resources..."
@frankkie12345 thanks a lot... this really helped me and don't worry about your english, I can clearly understand you and my english isn't perfect hehe! I'm mexican.
how did you get the platform there ?,
mine is showing missing platform -.-
Freedom1sour1 2 months ago
Android does not use .jad-files and/or .jar-files for applications. (its not like J2ME )
it uses .apk-files. it should be located at /your-folder/bin/yourapp-debug.apk
frankkie12345 3 months ago
it´s me again... I made an app it is very simple and it works in the emulator but I want to install it in my movil I need the .jad and the .jar files and I don´t find them. It could be because the pakage name ? because when i created the proyect the espace was empty and in your video it says "org.me.androidapplication27" and I have this message "Library project: do not package resources..."
Elena69Kintero 4 months ago
what is the "Package Name"? Im having troubles with that....
Elena69Kintero 4 months ago
@Elena69Kintero Every Android App needs an Package.
A Package is actually an Folder on your drive where you save the source files of your app, the .java-files.
On Android is a Rule that a Package Name must have at least 2 parts.
mypackage --> WRONG (only 1 part)
com.mypackage.app --> OK (more than 2 parts)
on your drive is that: C:\myFolder\myApp\src\com\mypackage\app\ <-- .java-files here
(sorry for bad English, im Dutch)
frankkie12345 4 months ago
@frankkie12345 thanks a lot... this really helped me and don't worry about your english, I can clearly understand you and my english isn't perfect hehe! I'm mexican.
Elena69Kintero 4 months ago
The DDMS comes with the SDK, sdk-dir/(platform-)tools/ddms
If you want the log-part of the DDMS in netbeans, go to windows --> logcat.
Please note, that the video is very old, and there is are new versions of netbeans and the android plugin available
frankkie12345 7 months ago
How to install DDMS for netbeans?
naveenvenkatv 7 months ago
Thanks for the DDMS example, currently checking if it works :D
3y4tdf3y4rt 1 year ago
thanks for the video, but... where did you findo your wallpaper? lol
gnllucena 1 year ago
@gnllucena if you google-images 'OTHER MatrixCode', the first image.
frankkie12345 1 year ago