简体   繁体   中英

Custom sdk with android studio

I have built the sdk from AOSP source tree and directed the sdk path in the Android Studio to the new sdk directory. I have checked android.jar and verified that it contains my added classes, fields, and changes.

But when I try to code in the studio I do not find the added fields in code suggestions. For example I added a filed ActivityName in AccessibilityServiceInfo class. But I do not see that. It still contains the original fields. But if I analyze the android.jar file from platform directory under sdk, i can see it is already there.

What I did wrong?

Make sure that your build.gradle minSdkVersion and targetSdkVersion of your app's project both configured to the correct folder under Android\\sdk\\platforms\\android-XX
(XX == The platform you generated your SDK from)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM