Android Question how export apk

alnw15

Member
Licensed User
I have problem of run project (release)

Packaging files. Error
..\Files\‏‏fff.bal: error: Invalid filename. Unable to add.

AAPT path: C:\\android-sdk\tools\..\build-tools\24.0.1\aapt.exe
Exit code:1

please
what's solve

thanks
 

alnw15

Member
Licensed User
Try to replace
C:\\android-sdk\tools\..\build-tools\24.0.1\aapt.exe
by
C:\\build-tools\24.0.1\aapt.exe
In the newer Android downloads the build-tools is dirctly in the Android main folder.
I don't understand
please .. can you explain me
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
In my Android SDK installation the aapt.exe files is in
C:\Android\build-tools\24.0.1\aapt.exe
and not in
C:\Android\android-sdk\tools\..\build-tools\24.0.1\aapt.exe
Use the windows explorer and search for the aapt.exe file in the Android folder.
That's what I did.
 
Upvote 0

alnw15

Member
Licensed User
As NJDude already suggested, you should post your project as a zip file, so we could look at it.
Did you set correctly the Android path in the IDE?
Did you install the Android SDK Build-tools ?
Did you set correctly the Android path in the IDE?yes
Did you install the Android SDK Build-tools ?yes
i will send file.zip on special
 
Last edited:
Upvote 0
Top