Target "debug" in the project does not exist

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.

+6
source share
1 answer

I made a stupid mistake with my team . Actual team

 "ant -debug" 

But the APK file was not created . Did I miss something?

0
source

Source: https://habr.com/ru/post/954496/


All Articles