We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282e43d commit 339907aCopy full SHA for 339907a
pythonforandroid/bootstraps/common/build/build.py
@@ -341,7 +341,7 @@ def make_package(args):
341
if not exists(jarname):
342
print('Requested jar does not exist: {}'.format(jarname))
343
sys.exit(-1)
344
- shutil.copy(jarname, 'libs')
+ shutil.copy(jarname, 'src/main/libs')
345
jars.append(basename(jarname))
346
347
# If extra aar were requested, copy them into the libs directory
0 commit comments