I tried to create an APK file using the ant debug command . But when I tried, I got the following error:
Build Failed Target "debug" does not exist in the Project "androiddemo" Total Time: 0 Seconds Build Failed Target "release" does not exist in the Project "androiddemo" Total Time: 0 Seconds
The release command is also checked. Getting the same error. Could you advise me to get the APK file for the Android application.
source share