oobask

Results 9 comments of oobask

update new version fakerandroid

You need ida get the offset address

> you mean how to publish your library in an AAR? you might look at the the [prefab-publishing](https://github.com/android/ndk-samples/tree/main/prefab/prefab-publishing) sample, and [the official documentation](https://developer.android.com/studio/build/native-dependencies?hl=de&buildsystem=cmake&agpversion=4.1). I hava run the demo prefab-publishing,But cant...

add_library(libtool STATIC IMPORTED) set_target_properties(libtool PROPERTIES IMPORTED_LOCATION ${CMAKE_SOURCE_DIR}/libs/${ANDROID_ABI}/libtool.a) file(GLOB native_srcc "${CMAKE_SOURCE_DIR}/*.cpp") add_library( native-lib STATIC ${native_srcc} ${Scaffolding} ) target_link_libraries( native-lib libtool android z log) ## like this cmamelist.txt config 'native-lib.a' can build...

Are you sure the head line ? As a matter of fact, native-lib.a just contains the code `${native_srcc} ${Scaffolding}` had no 'libtool.a'! As the below of the head line by...

Aha. So pride of the agreement with Google Android team members! I feel im flying now!