We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0959544 + 339907a commit db53ef6Copy full SHA for db53ef6
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